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:
04a7ad4
)
- typo from merging
author
alex
<alex>
Sat, 6 Aug 2005 12:15:46 +0000
(12:15 +0000)
committer
alex
<alex>
Sat, 6 Aug 2005 12:15:46 +0000
(12:15 +0000)
lustre/mds/mds_open.c
patch
|
blob
|
history
diff --git
a/lustre/mds/mds_open.c
b/lustre/mds/mds_open.c
index
4bf8e6e
..
5c7fdef
100644
(file)
--- a/
lustre/mds/mds_open.c
+++ b/
lustre/mds/mds_open.c
@@
-1031,7
+1031,8
@@
restart:
dparent->d_inode->i_ino, rc);
GOTO(cleanup, rc);
}
- /* try to retrieve MEA data for this dir */
+
+ /* try to retrieve MEA data for this dir */
rc = mds_md_get_attr(obd, dparent->d_inode, &mea, &mea_size);
if (rc)
GOTO(cleanup, rc);