]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ceph/addr.c
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / fs / ceph / addr.c
index 342ca5e423f9bb22ecbd1974778eb99c99d5ae6b..4f3f69079f362280379edf3b13c4766247c764fa 100644 (file)
@@ -694,7 +694,7 @@ static int ceph_writepages_start(struct address_space *mapping,
             (wbc->sync_mode == WB_SYNC_ALL ? "ALL" : "HOLD"));
 
        if (fsc->mount_state == CEPH_MOUNT_SHUTDOWN) {
-               pr_warning("writepage_start %p on forced umount\n", inode);
+               pr_warn("writepage_start %p on forced umount\n", inode);
                return -EIO; /* we're in a forced umount, don't write! */
        }
        if (fsc->mount_options->wsize && fsc->mount_options->wsize < wsize)