forked from luck/tmp_suning_uos_patched
Staging: Lustre: lproc_fid: remove some dead code
We know "rc == 0" so there is no need to check. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b815555df8
commit
1c01737a4b
|
@ -157,10 +157,8 @@ ldebugfs_fid_width_seq_write(struct file *file,
|
|||
if (val <= max && val > 0) {
|
||||
seq->lcs_width = val;
|
||||
|
||||
if (rc == 0) {
|
||||
CDEBUG(D_INFO, "%s: Sequence size: %llu\n",
|
||||
seq->lcs_name, seq->lcs_width);
|
||||
}
|
||||
CDEBUG(D_INFO, "%s: Sequence size: %llu\n", seq->lcs_name,
|
||||
seq->lcs_width);
|
||||
}
|
||||
|
||||
mutex_unlock(&seq->lcs_mutex);
|
||||
|
|
Loading…
Reference in New Issue
Block a user