[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200708061317.l76DHk4W001666@dantu.rdu.redhat.com>
Date: Tue, 24 Jul 2007 09:44:07 -0400
From: Jeff Layton <jlayton@...hat.com>
To: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Cc: v9fs-developer@...ts.sourceforge.net
Subject: [PATCH 02/25] 9p: have v9fs_vfs_setattr call attr_kill_to_mode
Signed-off-by: Jeff Layton <jlayton@...hat.com>
---
fs/9p/vfs_inode.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c
index e5c45ee..00fcd4e 100644
--- a/fs/9p/vfs_inode.c
+++ b/fs/9p/vfs_inode.c
@@ -756,6 +756,7 @@ static int v9fs_vfs_setattr(struct dentry *dentry, struct iattr *iattr)
return PTR_ERR(fid);
v9fs_blank_wstat(&wstat);
+ attr_kill_to_mode(dentry->d_inode, iattr);
if (iattr->ia_valid & ATTR_MODE)
wstat.mode = unixmode2p9mode(v9ses, iattr->ia_mode);
--
1.5.2.2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists