patch-2.4.4 linux/include/linux/ntfs_fs_sb.h

Next file: linux/include/linux/pagemap.h
Previous file: linux/include/linux/ntfs_fs_i.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/include/linux/ntfs_fs_sb.h linux/include/linux/ntfs_fs_sb.h
@@ -2,16 +2,17 @@
 #define _LINUX_NTFS_FS_SB_H
 
 struct ntfs_sb_info{
-	/* Configuration provided by user at mount time */
+	/* Configuration provided by user at mount time. */
 	ntfs_uid_t uid;
 	ntfs_gid_t gid;
 	ntmode_t umask;
         unsigned int nct;
 	void *nls_map;
 	unsigned int ngt;
-	/* Configuration provided by user with ntfstools */
-	ntfs_size_t partition_bias;	/* for access to underlying device */
-	/* Attribute definitions */
+	/* Configuration provided by user with the ntfstools.
+	 * FIXME: This is no longer possible. What is this good for? (AIA) */
+	ntfs_size_t partition_bias;	/* For access to underlying device. */
+	/* Attribute definitions. */
 	ntfs_u32 at_standard_information;
 	ntfs_u32 at_attribute_list;
 	ntfs_u32 at_file_name;
@@ -24,20 +25,20 @@
 	ntfs_u32 at_index_allocation;
 	ntfs_u32 at_bitmap;
 	ntfs_u32 at_symlink; /* aka SYMBOLIC_LINK or REPARSE_POINT */
-	/* Data read from the boot file */
+	/* Data read / calculated from the boot file. */
 	int blocksize;
-	int clusterfactor;
+	int clusterfactorbits;
 	int clustersize;
 	int mft_recordsize;
 	int mft_clusters_per_record;
 	int index_recordsize;
 	int index_clusters_per_record;
 	int mft_cluster;
-	/* data read from special files */
+	/* Data read from special files. */
 	unsigned char *mft;
 	unsigned short *upcase;
 	unsigned int upcase_length;
-	/* inodes we always hold onto */
+	/* Inodes we always hold onto. */
 	struct ntfs_inode_info *mft_ino;
 	struct ntfs_inode_info *mftmirr;
 	struct ntfs_inode_info *bitmap;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)