patch-2.3.2 linux/include/linux/msdos_fs_sb.h
Next file: linux/include/linux/ncp.h
Previous file: linux/include/linux/msdos_fs_i.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Thu May 13 23:18:21 1999
- Orig file:
v2.3.1/linux/include/linux/msdos_fs_sb.h
- Orig date:
Fri May 14 18:55:29 1999
diff -u --recursive --new-file v2.3.1/linux/include/linux/msdos_fs_sb.h linux/include/linux/msdos_fs_sb.h
@@ -51,7 +51,9 @@
struct nls_table *nls_disk; /* Codepage used on disk */
struct nls_table *nls_io; /* Charset used for input and display */
struct cvf_format* cvf_format;
- void* private_data;
+ void *dir_ops; /* Opaque; default directory operations */
+ void (*put_super_callback)(struct super_block *);
+ void *private_data;
};
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)