]> asedeno.scripts.mit.edu Git - linux.git/commit
orangefs: let setattr write to cached inode
authorMartin Brandenburg <martin@omnibond.com>
Mon, 12 Feb 2018 20:29:37 +0000 (20:29 +0000)
committerMike Marshall <hubcap@omnibond.com>
Fri, 3 May 2019 18:32:38 +0000 (14:32 -0400)
commitdf2d7337b570c34e051a2412f716743277ccf9c8
tree5022c048d75406f8da5933deb4ec10e689072383
parentf2d34c738cbf21b0d24982693b71fd9f9f52ea4b
orangefs: let setattr write to cached inode

This is a fairly big change, but ultimately it's not a lot of code.

Implement write_inode and then avoid the call to orangefs_inode_setattr
within orangefs_setattr.

Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/inode.c
fs/orangefs/super.c