[PATCH] init:Fix comment error

2014-02-11 Thread chishanmingshen
fix comment error Signed-off-by: chishanmingshen --- init/do_mounts.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/do_mounts.c b/init/do_mounts.c index 8e5addc..82f2288 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c @@ -102,13 +102,13 @@ no_match

[RFC 1/1] vfs: del redundant BH_new flag on unrelated buffer heads.

2014-06-06 Thread chishanmingshen
Just skip the unrelated buffer heads when clear buffer head's BH_new flag. This patch is *untested*. Signed-off-by: chishanmingshen --- fs/buffer.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/buffer.c b/fs/buffer.c index 9ddb9fc..a28a1a1 100644 --- a/fs/buf