aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_iget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_iget.c b/fs/xfs/xfs_iget.c
index cc72c561ff52..073bb4a26b19 100644
--- a/fs/xfs/xfs_iget.c
+++ b/fs/xfs/xfs_iget.c
@@ -293,7 +293,7 @@ xfs_iget_cache_miss(
293 struct xfs_inode **ipp, 293 struct xfs_inode **ipp,
294 xfs_daddr_t bno, 294 xfs_daddr_t bno,
295 int flags, 295 int flags,
296 int lock_flags) __releases(pag->pag_ici_lock) 296 int lock_flags)
297{ 297{
298 struct xfs_inode *ip; 298 struct xfs_inode *ip;
299 int error; 299 int error;