commit | 62e194ecdaf8a1935991c1f8704886328d96a391 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jan 19 02:03:03 2009 +0100 |
committer | Lachlan McIlroy <lachlan@sgi.com> | Mon Jan 19 14:44:30 2009 +1100 |
tree | 730e1c02ece82443f3dbe1314b88763bee4764d2 | |
parent | ab596ad8972f314ace538799734c7e1bdd1da2ff [diff] |
xfs: use mnt_want_write in compat_attrmulti ioctl The compat version of the attrmulti ioctl needs to ask for and then later release write access to the mount just like the native version, otherwise we could potentially write to read-only mounts. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com>