diff options
author | Ryusuke Konishi <[email protected]> | 2009-06-08 01:39:28 +0900 |
---|---|---|
committer | Al Viro <[email protected]> | 2009-06-11 21:36:17 -0400 |
commit | 81fc20bd0e75ba6357bce2403767d7c2585d8f28 (patch) | |
tree | e3680d7c8184da3cbb4b7efe83fe99626d08cd68 /net/lapb/lapb_iface.c | |
parent | 0c95ee190e1dea60c55c834d14695341085c9b7b (diff) |
nilfs2: remove meaningless EBUSY case from nilfs_get_sb function
The following EBUSY case in nilfs_get_sb() is meaningless. Indeed,
this error code is never returned to the caller.
if (!s->s_root) {
...
} else if (!(s->s_flags & MS_RDONLY)) {
err = -EBUSY;
}
This simply removes the else case.
Signed-off-by: Ryusuke Konishi <[email protected]>
Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions