projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4467e29
)
fs/nilfs2/namei.c: remove unnecessary new_valid_dev() check
author
Yaowei Bai
<
[email protected]
>
Mon, 9 Nov 2015 22:58:53 +0000
(14:58 -0800)
committer
Linus Torvalds
<
[email protected]
>
Mon, 9 Nov 2015 23:11:24 +0000
(15:11 -0800)
new_valid_dev() always returns 1, so the !new_valid_dev() check is not
needed. Remove it.
Signed-off-by: Yaowei Bai <
[email protected]
>
Cc: Alexander Viro <
[email protected]
>
Acked-by: Ryusuke Konishi <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/nilfs2/namei.c
patch
|
blob
|
history
diff --git
a/fs/nilfs2/namei.c
b/fs/nilfs2/namei.c
index 37dd6b05b1b5bfe2b794123f3fac1eb5260e91ea..c9a1a491aa9124b4cad5941e477f7ac3ae5de8b1 100644
(file)
--- a/
fs/nilfs2/namei.c
+++ b/
fs/nilfs2/namei.c
@@
-120,9
+120,6
@@
nilfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t rdev)
struct nilfs_transaction_info ti;
int err;
- if (!new_valid_dev(rdev))
- return -EINVAL;
-
err = nilfs_transaction_begin(dir->i_sb, &ti, 1);
if (err)
return err;