diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-09-06 15:18:21 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-07 16:57:42 -0700 |
commit | e89bbd3a0b3c054d9a94feb0db7bbae1cdb99e54 (patch) | |
tree | 2defda8463822cf21738665864fb702acb36d1ed /fs/hostfs | |
parent | c320aa545bc3921fc2b192ab0443218d27a2738c (diff) | |
download | linux-3.10-e89bbd3a0b3c054d9a94feb0db7bbae1cdb99e54.tar.gz linux-3.10-e89bbd3a0b3c054d9a94feb0db7bbae1cdb99e54.tar.bz2 linux-3.10-e89bbd3a0b3c054d9a94feb0db7bbae1cdb99e54.zip |
[PATCH] remove iattr.ia_attr_flags
Remove unused ia_attr_flags from struct iattr, and related defines.
Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/hostfs')
-rw-r--r-- | fs/hostfs/hostfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/hostfs/hostfs.h b/fs/hostfs/hostfs.h index 67bca0d4a33..cca3fb693f9 100644 --- a/fs/hostfs/hostfs.h +++ b/fs/hostfs/hostfs.h @@ -49,7 +49,6 @@ struct hostfs_iattr { struct timespec ia_atime; struct timespec ia_mtime; struct timespec ia_ctime; - unsigned int ia_attr_flags; }; extern int stat_file(const char *path, unsigned long long *inode_out, |