]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - ipc/mqueue.c
checkpatch: widen implied comment detection to allow multiple stars
[karo-tx-linux.git] / ipc / mqueue.c
index d448b69672b53d681802c456a0f66ef2528a4de9..eddb6247a55322be4e021083ef96ea279be8f07f 100644 (file)
@@ -120,7 +120,6 @@ static struct inode *mqueue_get_inode(struct super_block *sb, int mode,
                inode->i_mode = mode;
                inode->i_uid = current_fsuid();
                inode->i_gid = current_fsgid();
-               inode->i_blocks = 0;
                inode->i_mtime = inode->i_ctime = inode->i_atime =
                                CURRENT_TIME;