Home
last modified time | relevance | path

Searched hist:"801 e523796004a3aaeae7dfc83fe81888f055287" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Dstat.cdiff 801e523796004a3aaeae7dfc83fe81888f055287 Mon Jan 21 09:23:26 CST 2019 Christoph Hellwig <hch@lst.de> 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>