From 51477d038f9901b8871089afa6084a5b12b23542 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 6 Aug 2005 12:15:46 +0000 Subject: [PATCH] - typo from merging --- lustre/mds/mds_open.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/mds/mds_open.c b/lustre/mds/mds_open.c index 4bf8e6e..5c7fdef 100644 --- 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); -- 1.8.3.1