diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_attr.c')
| -rw-r--r-- | fs/xfs/libxfs/xfs_attr.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/libxfs/xfs_attr.c b/fs/xfs/libxfs/xfs_attr.c index 3349c9a1e845..ff065578969f 100644 --- a/fs/xfs/libxfs/xfs_attr.c +++ b/fs/xfs/libxfs/xfs_attr.c @@ -139,6 +139,8 @@ xfs_attr_get(  	args.value = value;  	args.valuelen = *valuelenp; +	/* Entirely possible to look up a name which doesn't exist */ +	args.op_flags = XFS_DA_OP_OKNOENT;  	lock_mode = xfs_ilock_attr_map_shared(ip);  	if (!xfs_inode_hasattr(ip))  |