summaryrefslogtreecommitdiff
path: root/blockdev/linux/file_dev.c
diff options
context:
space:
mode:
authorFan Deng <enetor@gmail.com>2017-10-17 11:33:18 -0700
committerFan Deng <enetor@gmail.com>2017-10-17 11:33:18 -0700
commitab4ed9a604bc6bc797dfa7e01e3612f1bc915bdd (patch)
tree3146833fd2755882b92c61213bb26ab232a129ae /blockdev/linux/file_dev.c
parentd9ca5ea27b833522557cbcd2b382d01a14866c76 (diff)
Remove an unuseful if check in ext4.c.
The if check on s_bdevices[i].name is unuseful, as 'name' always evaluates to true: if (s_bdevices[i].name) { ... } This change removes the check to be consistent with the rest of the code (see line 124 and 144).
Diffstat (limited to 'blockdev/linux/file_dev.c')
0 files changed, 0 insertions, 0 deletions