diff options
Diffstat (limited to 'fs/ext3/ioctl.c')
| -rw-r--r-- | fs/ext3/ioctl.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext3/ioctl.c b/fs/ext3/ioctl.c index 9b8090d94e6..965006dba6b 100644 --- a/fs/ext3/ioctl.c +++ b/fs/ext3/ioctl.c @@ -28,6 +28,7 @@ int ext3_ioctl (struct inode * inode, struct file * filp, unsigned int cmd,  	switch (cmd) {  	case EXT3_IOC_GETFLAGS: +		ext3_get_inode_flags(ei);  		flags = ei->i_flags & EXT3_FL_USER_VISIBLE;  		return put_user(flags, (int __user *) arg);  	case EXT3_IOC_SETFLAGS: {  | 
