From 5338d058c76ba8b3fcfc3f6e52a327a39368f111 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 6 Sep 2005 15:18:21 -0700 Subject: [PATCH] --- yaml --- r: 7431 b: refs/heads/master c: e89bbd3a0b3c054d9a94feb0db7bbae1cdb99e54 h: refs/heads/master i: 7429: ca5bfcfed383ea23271af86d6682e8b4d7c40163 7427: e7cd194a2645154df02ba16fd9f5b4616f5de551 7423: 6decc40e63e8bfa2fb56ef482817081a20f0a970 v: v3 --- [refs] | 2 +- trunk/fs/hostfs/hostfs.h | 1 - trunk/include/linux/fs.h | 10 ---------- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/[refs] b/[refs] index 1b7f96d32828..b4c8c8bdcc22 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c320aa545bc3921fc2b192ab0443218d27a2738c +refs/heads/master: e89bbd3a0b3c054d9a94feb0db7bbae1cdb99e54 diff --git a/trunk/fs/hostfs/hostfs.h b/trunk/fs/hostfs/hostfs.h index 67bca0d4a33b..cca3fb693f99 100644 --- a/trunk/fs/hostfs/hostfs.h +++ b/trunk/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, diff --git a/trunk/include/linux/fs.h b/trunk/include/linux/fs.h index 2036747c7d1f..57e294bf83f4 100644 --- a/trunk/include/linux/fs.h +++ b/trunk/include/linux/fs.h @@ -281,18 +281,8 @@ struct iattr { struct timespec ia_atime; struct timespec ia_mtime; struct timespec ia_ctime; - unsigned int ia_attr_flags; }; -/* - * This is the inode attributes flag definitions - */ -#define ATTR_FLAG_SYNCRONOUS 1 /* Syncronous write */ -#define ATTR_FLAG_NOATIME 2 /* Don't update atime */ -#define ATTR_FLAG_APPEND 4 /* Append-only file */ -#define ATTR_FLAG_IMMUTABLE 8 /* Immutable file */ -#define ATTR_FLAG_NODIRATIME 16 /* Don't update atime for directory */ - /* * Includes for diskquotas. */