From 334a2656fa9df8a401fb31ba53954a6d02aa840f Mon Sep 17 00:00:00 2001 From: Richard Kennedy Date: Tue, 26 Jan 2010 14:12:43 +0000 Subject: [PATCH] --- yaml --- r: 185707 b: refs/heads/master c: 270ba5f7c5dac0bfb564aa35a536fb31ad4075bd h: refs/heads/master i: 185705: 4579cdfc53c6180f9c1ff8f99b54d59e8a50bb73 185703: cb6d78c5e8ca881adb378e0f9b03f228e1903685 v: v3 --- [refs] | 2 +- trunk/include/linux/fs.h | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index b2613d2bf6b0..56bf20ad9265 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f1771ffaac29a7a4e321ddd94d7873bc0dcefd41 +refs/heads/master: 270ba5f7c5dac0bfb564aa35a536fb31ad4075bd diff --git a/trunk/include/linux/fs.h b/trunk/include/linux/fs.h index 2b124c825e38..aa76dae673eb 100644 --- a/trunk/include/linux/fs.h +++ b/trunk/include/linux/fs.h @@ -1314,9 +1314,9 @@ extern spinlock_t sb_lock; struct super_block { struct list_head s_list; /* Keep this first */ dev_t s_dev; /* search index; _not_ kdev_t */ - unsigned long s_blocksize; - unsigned char s_blocksize_bits; unsigned char s_dirt; + unsigned char s_blocksize_bits; + unsigned long s_blocksize; loff_t s_maxbytes; /* Max file size */ struct file_system_type *s_type; const struct super_operations *s_op; @@ -1357,16 +1357,16 @@ struct super_block { void *s_fs_info; /* Filesystem private info */ fmode_t s_mode; + /* Granularity of c/m/atime in ns. + Cannot be worse than a second */ + u32 s_time_gran; + /* * The next field is for VFS *only*. No filesystems have any business * even looking at it. You had been warned. */ struct mutex s_vfs_rename_mutex; /* Kludge */ - /* Granularity of c/m/atime in ns. - Cannot be worse than a second */ - u32 s_time_gran; - /* * Filesystem subtype. If non-empty the filesystem type field * in /proc/mounts will be "type.subtype"