commit | 801e523796004a3aaeae7dfc83fe81888f055287 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jan 21 16:23:26 2019 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Feb 01 01:55:45 2019 -0500 |
tree | 80b51d4031a1aec71459f67043377228cf1a62be | |
parent | 5678b5d6a8ec433936ccb9e0626e6361e241c275 [diff] |
fs: move generic stat response attr handling to vfs_getattr_nosec generic_fillattr is an optional helper that isn't used by all file systems, move handling purely based on inode flags to vfs_getattr_nosec, which is common code. This fixes setting this flag for file systems not using generic_fillattr like xfs. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>