From cda2e3e20281a67830b6a4556317fe4b38f218d7 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 9 Nov 2004 11:04:57 +0000 Subject: [PATCH] b=5153 - remove redundant f_dput() in filter_preprw_write() --- lustre/obdfilter/filter_io.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/obdfilter/filter_io.c b/lustre/obdfilter/filter_io.c index 8b09fc7..e0b3440 100644 --- a/lustre/obdfilter/filter_io.c +++ b/lustre/obdfilter/filter_io.c @@ -537,7 +537,6 @@ static int filter_preprw_write(int cmd, struct obd_export *exp, struct obdo *oa, if (dentry->d_inode == NULL) { CERROR("trying to BRW to non-existent file "LPU64"\n", obj->ioo_id); - f_dput(dentry); GOTO(cleanup, rc = -ENOENT); } -- 1.8.3.1