Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a55cfb2
)
Return original error code to application.
author
adilger
<adilger>
Sun, 21 Mar 2004 06:09:05 +0000
(06:09 +0000)
committer
adilger
<adilger>
Sun, 21 Mar 2004 06:09:05 +0000
(06:09 +0000)
lustre/llite/namei.c
patch
|
blob
|
history
diff --git
a/lustre/llite/namei.c
b/lustre/llite/namei.c
index
258c3b8
..
23b193c
100644
(file)
--- a/
lustre/llite/namei.c
+++ b/
lustre/llite/namei.c
@@
-300,7
+300,7
@@
static int lookup_it_finish(struct ptlrpc_request *request, int offset,
rc = ll_glimpse_size(inode, &lvb);
if (rc) {
iput(inode);
- RETURN(
-EIO
);
+ RETURN(
rc
);
}
inode->i_size = lvb.lvb_size;
}