CRED: Use creds in file structs
[deliverable/linux.git] / include / linux / fs.h
index 3bfec1327b8da289faa40b8014b89db702b58729..c0fb6d81d89b03b5126524e8222bec3fd325c320 100644 (file)
@@ -827,7 +827,7 @@ struct file {
        fmode_t                 f_mode;
        loff_t                  f_pos;
        struct fown_struct      f_owner;
-       unsigned int            f_uid, f_gid;
+       const struct cred       *f_cred;
        struct file_ra_state    f_ra;
 
        u64                     f_version;
This page took 0.02504 seconds and 5 git commands to generate.