diff options
Diffstat (limited to 'fs/nfs/inode.c')
-rw-r--r-- | fs/nfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index e8c143d182c4..a9d0f71eb5f7 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c | |||
@@ -443,7 +443,7 @@ static struct nfs_open_context *alloc_nfs_open_context(struct vfsmount *mnt, str | |||
443 | { | 443 | { |
444 | struct nfs_open_context *ctx; | 444 | struct nfs_open_context *ctx; |
445 | 445 | ||
446 | ctx = (struct nfs_open_context *)kmalloc(sizeof(*ctx), GFP_KERNEL); | 446 | ctx = kmalloc(sizeof(*ctx), GFP_KERNEL); |
447 | if (ctx != NULL) { | 447 | if (ctx != NULL) { |
448 | atomic_set(&ctx->count, 1); | 448 | atomic_set(&ctx->count, 1); |
449 | ctx->dentry = dget(dentry); | 449 | ctx->dentry = dget(dentry); |