xfs: warn about inodes with project id of -1
authorDarrick J. Wong <djwong@kernel.org>
Wed, 5 Jan 2022 19:14:19 +0000 (11:14 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 6 Jan 2022 18:43:30 +0000 (10:43 -0800)
commit7e937bb3cbe1f6b9840a43f879aa6e3f1a5e6537
tree67fbeecb2e15d86e1a9b4d58f0bc5f0b2cbd9de4
parenteae44cb341ec49f993867b44398b13c6d28600dc
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>
fs/xfs/scrub/inode.c