]> git.baikalelectronics.ru Git - kernel.git/commit
fs/stat.c: drop the last new_valid_dev check
authorYaowei Bai <baiyaowei@cmss.chinamobile.com>
Sat, 16 Jan 2016 00:58:01 +0000 (16:58 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Jan 2016 19:17:23 +0000 (11:17 -0800)
commit05c90453349cac52f66f03115991dbbe104c0e1c
tree1b5e3d6145154fb37d1777e1dfd3e5707efa95e3
parentae619ad9ade7578fd3735f8c55e0d93997d6b9e2
fs/stat.c: drop the last new_valid_dev check

New_valid_dev() always returns true, so that's unnecessary to perform
new_valid_dev() checks in some filesystems.  Most checks of
new_valid_dev() have been removed so let's drop this last one and then
we can remove new_valid_dev() from the source code.

No functional change.

Signed-off-by: Yaowei Bai <baiyaowei@cmss.chinamobile.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/stat.c