* [PATCH 15/17] fs/reiserfs: remove unnecessary new_valid_dev check
[not found] <1443446807-4838-1-git-send-email-bywxiaobai@163.com>
@ 2015-09-28 14:47 ` Yaowei Bai
0 siblings, 0 replies; only message in thread
From: Yaowei Bai @ 2015-09-28 14:47 UTC (permalink / raw)
To: viro, jack, akpm, osandov, keescook, fabf, dhowells
Cc: reiserfs-devel, linux-fsdevel, linux-kernel
As new_valid_dev always returns 1, so !new_valid_dev check is not
needed, remove it.
Signed-off-by: Yaowei Bai <bywxiaobai@163.com>
---
fs/reiserfs/namei.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/fs/reiserfs/namei.c b/fs/reiserfs/namei.c
index 5f1c9c2..47f9698 100644
--- a/fs/reiserfs/namei.c
+++ b/fs/reiserfs/namei.c
@@ -712,9 +712,6 @@ static int reiserfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode
2 * (REISERFS_QUOTA_INIT_BLOCKS(dir->i_sb) +
REISERFS_QUOTA_TRANS_BLOCKS(dir->i_sb));
- if (!new_valid_dev(rdev))
- return -EINVAL;
-
retval = dquot_initialize(dir);
if (retval)
return retval;
--
1.9.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-09-28 14:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1443446807-4838-1-git-send-email-bywxiaobai@163.com>
2015-09-28 14:47 ` [PATCH 15/17] fs/reiserfs: remove unnecessary new_valid_dev check Yaowei Bai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).