All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] fs-stat-remove-unnecessary-new_valid_dev-check.patch removed from -mm tree
@ 2015-11-10 20:33 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2015-11-10 20:33 UTC (permalink / raw)
  To: bywxiaobai, viro, mm-commits


The patch titled
     Subject: fs/stat.c: remove unnecessary new_valid_dev() check
has been removed from the -mm tree.  Its filename was
     fs-stat-remove-unnecessary-new_valid_dev-check.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Yaowei Bai <bywxiaobai@163.com>
Subject: fs/stat.c: remove unnecessary new_valid_dev() check

new_valid_dev() always returns 1, so the !new_valid_dev() check is not
needed.  Remove it.

Signed-off-by: Yaowei Bai <bywxiaobai@163.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/stat.c |    2 --
 1 file changed, 2 deletions(-)

diff -puN fs/stat.c~fs-stat-remove-unnecessary-new_valid_dev-check fs/stat.c
--- a/fs/stat.c~fs-stat-remove-unnecessary-new_valid_dev-check
+++ a/fs/stat.c
@@ -367,8 +367,6 @@ static long cp_new_stat64(struct kstat *
 	INIT_STRUCT_STAT64_PADDING(tmp);
 #ifdef CONFIG_MIPS
 	/* mips has weird padding, so we don't get 64 bits there */
-	if (!new_valid_dev(stat->dev) || !new_valid_dev(stat->rdev))
-		return -EOVERFLOW;
 	tmp.st_dev = new_encode_dev(stat->dev);
 	tmp.st_rdev = new_encode_dev(stat->rdev);
 #else
_

Patches currently in -mm which might be from bywxiaobai@163.com are



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-10 20:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-10 20:33 [merged] fs-stat-remove-unnecessary-new_valid_dev-check.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.