|
@@ -463,6 +463,8 @@ xfs_attr_list_int_ilocked(
|
|
{
|
|
{
|
|
struct xfs_inode *dp = context->dp;
|
|
struct xfs_inode *dp = context->dp;
|
|
|
|
|
|
|
|
+ ASSERT(xfs_isilocked(dp, XFS_ILOCK_SHARED | XFS_ILOCK_EXCL));
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Decide on what work routines to call based on the inode size.
|
|
* Decide on what work routines to call based on the inode size.
|
|
*/
|
|
*/
|