aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 3bfec1327b8d..c0fb6d81d89b 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -827,7 +827,7 @@ struct file {
827 fmode_t f_mode; 827 fmode_t f_mode;
828 loff_t f_pos; 828 loff_t f_pos;
829 struct fown_struct f_owner; 829 struct fown_struct f_owner;
830 unsigned int f_uid, f_gid; 830 const struct cred *f_cred;
831 struct file_ra_state f_ra; 831 struct file_ra_state f_ra;
832 832
833 u64 f_version; 833 u64 f_version;