Re: [fuse-devel] [PATCH 01/25] VFS: move attr_kill logic from notify_change into helper function

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Miklos Szeredi <miklos@...>
Cc: <jlayton@...>, <linux-kernel@...>, <linux-fsdevel@...>, <codalist@...>, <cluster-devel@...>, <jfs-discussion@...>, <mikulas@...>, <zippel@...>, <xfs@...>, <joel.becker@...>, <wli@...>, <reiserfs-devel@...>, <dhowells@...>, <fuse-devel@...>, <jffs-dev@...>, <user-mode-linux-user@...>, <v9fs-developer@...>, <linux-ext4@...>, <linux-cifs-client@...>, <ocfs2-devel@...>, <bfennema@...>
Date: Monday, August 6, 2007 - 5:23 pm

On Mon, 2007-08-06 at 21:37 +0200, Miklos Szeredi wrote:

We're taking two setattr flags ATTR_KILL_SGID, and ATTR_KILL_SUID which
have existed for several years in the VFS, and making them visible to
the filesystems. Out-of-tree filesystems that care can check for them in
a completely backward compatible way: you don't even need to add a
#define.


It is not true "regardless": the in-tree code is being converted.
Out-of-tree code is the only "problem" here, and their only problem is
that they may have to add support for the new flags if they also support
suid/sgid mode bits.

Are you advocating reserving a new filesystem bit every time we need to
add an attribute flag?

Trond

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [fuse-devel] [PATCH 01/25] VFS: move attr_kill logic fro..., Trond Myklebust, (Mon Aug 6, 5:23 pm)