diff options
-rw-r--r-- | fs/hostfs/hostfs.h | 1 | ||||
-rw-r--r-- | include/linux/fs.h | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/fs/hostfs/hostfs.h b/fs/hostfs/hostfs.h index 67bca0d4a33b..cca3fb693f99 100644 --- a/fs/hostfs/hostfs.h +++ b/fs/hostfs/hostfs.h | |||
@@ -49,7 +49,6 @@ struct hostfs_iattr { | |||
49 | struct timespec ia_atime; | 49 | struct timespec ia_atime; |
50 | struct timespec ia_mtime; | 50 | struct timespec ia_mtime; |
51 | struct timespec ia_ctime; | 51 | struct timespec ia_ctime; |
52 | unsigned int ia_attr_flags; | ||
53 | }; | 52 | }; |
54 | 53 | ||
55 | extern int stat_file(const char *path, unsigned long long *inode_out, | 54 | extern int stat_file(const char *path, unsigned long long *inode_out, |
diff --git a/include/linux/fs.h b/include/linux/fs.h index 2036747c7d1f..57e294bf83f4 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -281,19 +281,9 @@ struct iattr { | |||
281 | struct timespec ia_atime; | 281 | struct timespec ia_atime; |
282 | struct timespec ia_mtime; | 282 | struct timespec ia_mtime; |
283 | struct timespec ia_ctime; | 283 | struct timespec ia_ctime; |
284 | unsigned int ia_attr_flags; | ||
285 | }; | 284 | }; |
286 | 285 | ||
287 | /* | 286 | /* |
288 | * This is the inode attributes flag definitions | ||
289 | */ | ||
290 | #define ATTR_FLAG_SYNCRONOUS 1 /* Syncronous write */ | ||
291 | #define ATTR_FLAG_NOATIME 2 /* Don't update atime */ | ||
292 | #define ATTR_FLAG_APPEND 4 /* Append-only file */ | ||
293 | #define ATTR_FLAG_IMMUTABLE 8 /* Immutable file */ | ||
294 | #define ATTR_FLAG_NODIRATIME 16 /* Don't update atime for directory */ | ||
295 | |||
296 | /* | ||
297 | * Includes for diskquotas. | 287 | * Includes for diskquotas. |
298 | */ | 288 | */ |
299 | #include <linux/quota.h> | 289 | #include <linux/quota.h> |