From 11ce25c7bf9a2f2f285af8759d977c216ed75e2d Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 9 Jun 2006 14:58:20 +1000 Subject: [PATCH] --- yaml --- r: 28421 b: refs/heads/master c: b76963fac4a17b661bad46e5a57b0f918c6f0cd1 h: refs/heads/master i: 28419: a55549f10d31b997e06934dcb9eb48bbd727c525 v: v3 --- [refs] | 2 +- trunk/fs/xfs/linux-2.6/xfs_iops.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a0132650d353..f6ae464f5b7f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3d80ede4799889ede2aa785c2511aef3e78d5bb1 +refs/heads/master: b76963fac4a17b661bad46e5a57b0f918c6f0cd1 diff --git a/trunk/fs/xfs/linux-2.6/xfs_iops.c b/trunk/fs/xfs/linux-2.6/xfs_iops.c index 2e2e275c786f..0da1d6b081e7 100644 --- a/trunk/fs/xfs/linux-2.6/xfs_iops.c +++ b/trunk/fs/xfs/linux-2.6/xfs_iops.c @@ -643,7 +643,7 @@ xfs_vn_getattr( error = vn_revalidate(vp); if (!error) generic_fillattr(inode, stat); - return 0; + return -error; } STATIC int