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:
754ec61
)
Branch b1_6
author
anserper
<anserper>
Mon, 28 Apr 2008 20:51:51 +0000
(20:51 +0000)
committer
anserper
<anserper>
Mon, 28 Apr 2008 20:51:51 +0000
(20:51 +0000)
b=15441
i=johann
i=tianzy
quota might appear on quota files causing deadlock, this is fixed with this patch
lustre/lvfs/fsfilt_ext3.c
patch
|
blob
|
history
diff --git
a/lustre/lvfs/fsfilt_ext3.c
b/lustre/lvfs/fsfilt_ext3.c
index
88f31b8
..
d134000
100644
(file)
--- a/
lustre/lvfs/fsfilt_ext3.c
+++ b/
lustre/lvfs/fsfilt_ext3.c
@@
-1855,6
+1855,8
@@
static int create_new_quota_files(struct qchk_ctxt *qctxt,
GOTO(out, rc = -EINVAL);
}
+ DQUOT_DROP(file->f_dentry->d_inode);
+
rc = v2_write_dqheader(file, i);
if (rc) {
filp_close(file, 0);