diff options
Diffstat (limited to 'fs/autofs4/inode.c')
-rw-r--r-- | fs/autofs4/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs4/inode.c b/fs/autofs4/inode.c index 9c48250fd726..e8f6c5ad3e90 100644 --- a/fs/autofs4/inode.c +++ b/fs/autofs4/inode.c | |||
@@ -313,7 +313,7 @@ int autofs4_fill_super(struct super_block *s, void *data, int silent) | |||
313 | struct autofs_sb_info *sbi; | 313 | struct autofs_sb_info *sbi; |
314 | struct autofs_info *ino; | 314 | struct autofs_info *ino; |
315 | 315 | ||
316 | sbi = (struct autofs_sb_info *) kmalloc(sizeof(*sbi), GFP_KERNEL); | 316 | sbi = kmalloc(sizeof(*sbi), GFP_KERNEL); |
317 | if ( !sbi ) | 317 | if ( !sbi ) |
318 | goto fail_unlock; | 318 | goto fail_unlock; |
319 | DPRINTK("starting up, sbi = %p",sbi); | 319 | DPRINTK("starting up, sbi = %p",sbi); |