commit | 7e937bb3cbe1f6b9840a43f879aa6e3f1a5e6537 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Jan 05 11:14:19 2022 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Jan 06 10:43:30 2022 -0800 |
tree | 67fbeecb2e15d86e1a9b4d58f0bc5f0b2cbd9de4 | |
parent | eae44cb341ec49f993867b44398b13c6d28600dc [diff] |
xfs: warn about inodes with project id of -1 Inodes aren't supposed to have a project id of -1U (aka 4294967295) but the kernel hasn't always validated FSSETXATTR correctly. Flag this as something for the sysadmin to check out. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>