diff options
| -rw-r--r-- | fs/ncpfs/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ncpfs/inode.c b/fs/ncpfs/inode.c index fa3385154023..1e634deff941 100644 --- a/fs/ncpfs/inode.c +++ b/fs/ncpfs/inode.c | |||
| @@ -728,8 +728,8 @@ out_fput: | |||
| 728 | out_bdi: | 728 | out_bdi: |
| 729 | /* 23/12/1998 Marcin Dalecki <dalecki@cs.net.pl>: | 729 | /* 23/12/1998 Marcin Dalecki <dalecki@cs.net.pl>: |
| 730 | * | 730 | * |
| 731 | * The previously used put_filp(ncp_filp); was bogous, since | 731 | * The previously used put_filp(ncp_filp); was bogus, since |
| 732 | * it doesn't proper unlocking. | 732 | * it doesn't perform proper unlocking. |
| 733 | */ | 733 | */ |
| 734 | fput(ncp_filp); | 734 | fput(ncp_filp); |
| 735 | out: | 735 | out: |
