aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/linux-2.6/xfs_iops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_iops.c b/fs/xfs/linux-2.6/xfs_iops.c
index 2e2e275c786f..0da1d6b081e7 100644
--- a/fs/xfs/linux-2.6/xfs_iops.c
+++ b/fs/xfs/linux-2.6/xfs_iops.c
@@ -643,7 +643,7 @@ xfs_vn_getattr(
643 error = vn_revalidate(vp); 643 error = vn_revalidate(vp);
644 if (!error) 644 if (!error)
645 generic_fillattr(inode, stat); 645 generic_fillattr(inode, stat);
646 return 0; 646 return -error;
647} 647}
648 648
649STATIC int 649STATIC int