projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2cabe1
)
fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release()
author
Andrew Morton
<akpm@linux-foundation.org>
Thu, 9 Oct 2014 22:24:52 +0000
(15:24 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 10 Oct 2014 02:25:46 +0000
(22:25 -0400)
It is supposed to zero pv_minor.
Reported-by: Himangi Saraogi <himangi774@gmail.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/stack_user.c
patch
|
blob
|
history
diff --git
a/fs/ocfs2/stack_user.c
b/fs/ocfs2/stack_user.c
index 13a8537d8e8b0b5732fa730dcff2870255a26e07..720aa389e0eae60c2b0d01a7038b73c268932d5a 100644
(file)
--- a/
fs/ocfs2/stack_user.c
+++ b/
fs/ocfs2/stack_user.c
@@
-591,7
+591,7
@@
static int ocfs2_control_release(struct inode *inode, struct file *file)
*/
ocfs2_control_this_node = -1;
running_proto.pv_major = 0;
- running_proto.pv_m
aj
or = 0;
+ running_proto.pv_m
in
or = 0;
}
out: