]> git.baikalelectronics.ru Git - kernel.git/commit
orangefs: don't reinitialize result_mask in ->getattr
authorChristoph Hellwig <hch@lst.de>
Mon, 21 Jan 2019 15:23:25 +0000 (16:23 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 1 Feb 2019 06:55:45 +0000 (01:55 -0500)
commitd6d2e8e56d3d34a6667aefc9c0f0257a8868e1f3
tree058df16be62bf481ef59e20fcbbf6a2b358400b0
parent62943436d4a9d20bb56b77d7cb27d6824edef61b
orangefs: don't reinitialize result_mask in ->getattr

The caller already initializes it to the basic stats.  Just
clear not supported default bits where needed.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/orangefs/inode.c