diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 2011600d12c7..7428c6d35e65 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
| @@ -848,7 +848,7 @@ struct file { | |||
| 848 | #define f_dentry f_path.dentry | 848 | #define f_dentry f_path.dentry |
| 849 | #define f_vfsmnt f_path.mnt | 849 | #define f_vfsmnt f_path.mnt |
| 850 | const struct file_operations *f_op; | 850 | const struct file_operations *f_op; |
| 851 | spinlock_t f_lock; /* f_ep_links */ | 851 | spinlock_t f_lock; /* f_ep_links, f_flags */ |
| 852 | atomic_long_t f_count; | 852 | atomic_long_t f_count; |
| 853 | unsigned int f_flags; | 853 | unsigned int f_flags; |
| 854 | fmode_t f_mode; | 854 | fmode_t f_mode; |
