]> git.karo-electronics.de Git - karo-tx-linux.git/commit
eCryptfs: Copy up lower inode attrs after setting lower xattr
authorTyler Hicks <tyhicks@canonical.com>
Tue, 7 Feb 2012 23:55:40 +0000 (17:55 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Mar 2012 00:33:41 +0000 (16:33 -0800)
commitd870401f171a25a362ae7ce1eeebafdd3fc080fd
tree23791ce1dc22a4eb6f6fb54efad9b9bc1a451765
parentaa4e084812c0f03c0363bacdad6a0fff95826544
eCryptfs: Copy up lower inode attrs after setting lower xattr

commit 545d680938be1e86a6c5250701ce9abaf360c495 upstream.

After passing through a ->setxattr() call, eCryptfs needs to copy the
inode attributes from the lower inode to the eCryptfs inode, as they
may have changed in the lower filesystem's ->setxattr() path.

One example is if an extended attribute containing a POSIX Access
Control List is being set. The new ACL may cause the lower filesystem to
modify the mode of the lower inode and the eCryptfs inode would need to
be updated to reflect the new mode.

https://launchpad.net/bugs/926292

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Reported-by: Sebastien Bacher <seb128@ubuntu.com>
Cc: John Johansen <john.johansen@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ecryptfs/inode.c