]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: Update VFS inode's id info after reflink.
authorTao Ma <tao.ma@oracle.com>
Wed, 21 Apr 2010 06:05:55 +0000 (14:05 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 12 May 2010 21:57:03 +0000 (14:57 -0700)
commitbeeaab03ee04e5dd5e0ce48732a0d8e59554ef54
treebbeaf091242e9e49d72c46c4031bebde15db2cd4
parent08997c60a04eb38343ff7b5c2cca39468e76eebd
ocfs2: Update VFS inode's id info after reflink.

commit c21a534e2f24968cf74976a4e721ac194db30ded upstream.

In reflink we update the id info on the disk but forgot to update
the corresponding information in the VFS inode.  Update them
accordingly when we want to preserve the attributes.

Reported-by: Jeff Liu <jeff.liu@oracle.com>
Signed-off-by: Tao Ma <tao.ma@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ocfs2/refcounttree.c