mac80211: include export.h in aes_cmac
[cascardo/linux.git] / fs / ceph / file.c
index ecebbc0..5840d2a 100644 (file)
@@ -536,8 +536,8 @@ more:
                                    do_sync,
                                    ci->i_truncate_seq, ci->i_truncate_size,
                                    &mtime, false, 2, page_align);
-       if (!req)
-               return -ENOMEM;
+       if (IS_ERR(req))
+               return PTR_ERR(req);
 
        if (file->f_flags & O_DIRECT) {
                pages = ceph_get_direct_page_vector(data, num_pages, false);