public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ia_attr_flags - time to die
@ 2005-09-02 19:14 Daniel Phillips
  2005-09-02 19:41 ` Miklos Szeredi
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Phillips @ 2005-09-02 19:14 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-fsdevel

Struct iattr is not involved any more in such things as NOATIME inode flags.
There are no in-tree users of ia_attr_flags.

Signed-off-by Daniel Phillips <phillips@istop.com>

diff -up --recursive 2.6.13-rc5-mm1.clean/fs/hostfs/hostfs.h 2.6.13-rc5-mm1/fs/hostfs/hostfs.h
--- 2.6.13-rc5-mm1.clean/fs/hostfs/hostfs.h	2005-08-09 18:23:11.000000000 -0400
+++ 2.6.13-rc5-mm1/fs/hostfs/hostfs.h	2005-09-01 17:54:40.000000000 -0400
@@ -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 -up --recursive 2.6.13-rc5-mm1.clean/include/linux/fs.h 2.6.13-rc5-mm1/include/linux/fs.h
--- 2.6.13-rc5-mm1.clean/include/linux/fs.h	2005-08-09 18:23:31.000000000 -0400
+++ 2.6.13-rc5-mm1/include/linux/fs.h	2005-09-01 18:27:42.000000000 -0400
@@ -282,19 +282,9 @@ 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.
  */
 #include <linux/quota.h>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ia_attr_flags - time to die
  2005-09-02 19:14 [PATCH] ia_attr_flags - time to die Daniel Phillips
@ 2005-09-02 19:41 ` Miklos Szeredi
  2005-09-02 20:16   ` Daniel Phillips
  0 siblings, 1 reply; 3+ messages in thread
From: Miklos Szeredi @ 2005-09-02 19:41 UTC (permalink / raw)
  To: phillips; +Cc: akpm, linux-kernel, linux-fsdevel

Already dead ;)

2.6.13-mm1: remove-ia_attr_flags.patch

Miklos

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ia_attr_flags - time to die
  2005-09-02 19:41 ` Miklos Szeredi
@ 2005-09-02 20:16   ` Daniel Phillips
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Phillips @ 2005-09-02 20:16 UTC (permalink / raw)
  To: Miklos Szeredi; +Cc: akpm, linux-kernel, linux-fsdevel

On Friday 02 September 2005 15:41, Miklos Szeredi wrote:
> Already dead ;)
>
> 2.6.13-mm1: remove-ia_attr_flags.patch
>
> Miklos

Wow, the pace of Linux development really is picking up.  Now patches are 
applied before I even send them!

Regards,

Daniel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-09-02 20:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-02 19:14 [PATCH] ia_attr_flags - time to die Daniel Phillips
2005-09-02 19:41 ` Miklos Szeredi
2005-09-02 20:16   ` Daniel Phillips

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox