Commit 14ee45b
committed
NFSD: Avoid calling fh_drop_write() twice in do_nfsd_create()
Clean up: The "out" label already invokes fh_drop_write().
Note that fh_drop_write() is already careful not to invoke
mnt_drop_write() if either it has already been done or there is
nothing to drop. Therefore no change in behavior is expected.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>1 parent e615685 commit 14ee45b
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1479 | 1479 | | |
1480 | 1480 | | |
1481 | 1481 | | |
1482 | | - | |
1483 | 1482 | | |
1484 | 1483 | | |
1485 | 1484 | | |
1486 | 1485 | | |
1487 | 1486 | | |
1488 | 1487 | | |
1489 | 1488 | | |
1490 | | - | |
1491 | | - | |
| 1489 | + | |
1492 | 1490 | | |
1493 | | - | |
1494 | 1491 | | |
1495 | 1492 | | |
1496 | 1493 | | |
| |||
0 commit comments