diff options
| author | John W. Linville <linville@tuxdriver.com> | 2006-08-02 14:15:21 -0400 | 
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2006-08-02 14:15:21 -0400 | 
| commit | ebf572b448757190027d8ee34e73deb989ec7b60 (patch) | |
| tree | 2320a92b1aed2c9475e291d75c92616af75e195a /fs/9p/vfs_inode.c | |
| parent | 48c86da1a211ef13bbfb1c8f2e35dda44a66b8a1 (diff) | |
| parent | 49b1e3ea19b1c95c2f012b8331ffb3b169e4c042 (diff) | |
Merge branch 'from-linus' into bcm43xx
Diffstat (limited to 'fs/9p/vfs_inode.c')
| -rw-r--r-- | fs/9p/vfs_inode.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c index 2f580a197b8d..eae50c9d6dc4 100644 --- a/fs/9p/vfs_inode.c +++ b/fs/9p/vfs_inode.c | |||
| @@ -434,11 +434,11 @@ static int v9fs_remove(struct inode *dir, struct dentry *file, int rmdir) | |||
| 434 | result = v9fs_t_remove(v9ses, fid, &fcall); | 434 | result = v9fs_t_remove(v9ses, fid, &fcall); | 
| 435 | if (result < 0) { | 435 | if (result < 0) { | 
| 436 | PRINT_FCALL_ERROR("remove fails", fcall); | 436 | PRINT_FCALL_ERROR("remove fails", fcall); | 
| 437 | } else { | ||
| 438 | v9fs_put_idpool(fid, &v9ses->fidpool); | ||
| 439 | v9fs_fid_destroy(v9fid); | ||
| 440 | } | 437 | } | 
| 441 | 438 | ||
| 439 | v9fs_put_idpool(fid, &v9ses->fidpool); | ||
| 440 | v9fs_fid_destroy(v9fid); | ||
| 441 | |||
| 442 | kfree(fcall); | 442 | kfree(fcall); | 
| 443 | return result; | 443 | return result; | 
| 444 | } | 444 | } | 
