Whamcloud - gitweb
b=16893,18503
[fs/lustre-release.git] / lustre / llite / llite_lib.c
index e8fef82..248f212 100644 (file)
@@ -1789,7 +1789,7 @@ int ll_iocontrol(struct inode *inode, struct file *file,
         ENTRY;
 
         switch(cmd) {
-        case EXT3_IOC_GETFLAGS: {
+        case FSFILT_IOC_GETFLAGS: {
                 struct mdt_body *body;
                 struct obd_capa *oc;
 
@@ -1810,7 +1810,7 @@ int ll_iocontrol(struct inode *inode, struct file *file,
 
                 RETURN(put_user(flags, (int *)arg));
         }
-        case EXT3_IOC_SETFLAGS: {
+        case FSFILT_IOC_SETFLAGS: {
                 struct lov_stripe_md *lsm = ll_i2info(inode)->lli_smd;
                 struct obd_info oinfo = { { { 0 } } };
                 struct md_op_data *op_data;