Whamcloud - gitweb
LU-15277 quota: don't print extra default quota info
[fs/lustre-release.git] / lustre / llite / glimpse.c
index bd5e6b6..275bf99 100644 (file)
@@ -101,7 +101,8 @@ int cl_glimpse_lock(const struct lu_env *env, struct cl_io *io,
         *       if there were no conflicting locks. If there
         *       were conflicting locks, enqueuing or waiting
         *       fails with -ENAVAIL, but valid inode
-        *       attributes are returned anyway. */
+        *       attributes are returned anyway.
+        */
        *descr = whole_file;
        descr->cld_obj = clob;
        descr->cld_mode = CLM_READ;
@@ -219,7 +220,7 @@ int cl_glimpse_size0(struct inode *inode, int agl)
                                io->ci_need_restart = 1;
                }
 
-               OBD_FAIL_TIMEOUT(OBD_FAIL_GLIMPSE_DELAY, cfs_fail_val ?: 4);
+               CFS_FAIL_TIMEOUT(OBD_FAIL_GLIMPSE_DELAY, cfs_fail_val ?: 4);
                cl_io_fini(env, io);
        } while (unlikely(io->ci_need_restart));