]> git.baikalelectronics.ru Git - kernel.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)
commita75eda038e36d409a8232845a07331037e16c1af
tree5022c048d75406f8da5933deb4ec10e689072383
parenta92bcb171a343ef91ba067c38f87cf4dfe2c2a90
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