X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fext3%2Fioctl.c;h=965006dba6be8d22715dff9f52c2c5038c072c01;hb=5f60cfd932b42c69ed3226400cb5eab152576c3a;hp=9b8090d94e6c4c1702914478a6ba859c93e2ed22;hpb=6bfe5c9d6f4dcaa998f67e691359cf7b1c4b443d;p=linux-2.6 diff --git a/fs/ext3/ioctl.c b/fs/ext3/ioctl.c index 9b8090d94e..965006dba6 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: {