orangefs: implement writepage
authorMartin Brandenburg <martin@omnibond.com>
Thu, 22 Feb 2018 18:10:43 +0000 (18:10 +0000)
committerMike Marshall <hubcap@omnibond.com>
Fri, 3 May 2019 18:32:38 +0000 (14:32 -0400)
commit85ac799cf926a589829ebe6274bb5e5a41159743
treedba789ce20ac85065592fa52fda3516a7ea38c7f
parentc453dcfc79815760071bd9a7805d4b809fec05cf
orangefs: implement writepage

Now orangefs_inode_getattr fills from cache if an inode has dirty pages.

also if attr_valid and dirty pages and !flags, we spin on inode writeback
before returning if pages still dirty after: should it be other way

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