You need to sign in or sign up before continuing.
-
由 Dave Chinner 提交于
mainline inclusion from mainline-v5.14-rc4 commit 0560f31a category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I4KIAO CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0560f31a09e523090d1ab2bfe21c69d028c2bdf2 -------------------------------- Replace m_flags feature checks with xfs_has_<feature>() calls and rework the setup code to set flags in m_features. Signed-off-by: NDave Chinner <dchinner@redhat.com> Reviewed-by: NDarrick J. Wong <djwong@kernel.org> Signed-off-by: NDarrick J. Wong <djwong@kernel.org> Conflicts: fs/xfs/libxfs/xfs_bmap.c fs/xfs/xfs_acl.c fs/xfs/xfs_filestream.h fs/xfs/xfs_inode.c fs/xfs/xfs_ioctl.c fs/xfs/xfs_iops.c fs/xfs/xfs_mount.c fs/xfs/xfs_super.c Signed-off-by: NLong Li <leo.lilong@huawei.com>
6cef9dda