diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-06-06 14:35:37 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-06 16:08:06 -0700 |
commit | f3ae1b97be14ff10da8f02309ba04bed2ba035bc (patch) | |
tree | 8044e6737a76291589693d0cc465b8e1515d306b /fs/ceph/addr.c | |
parent | 844e4d66f4ec3b6b6d3bcfcfba3ade2b962771e2 (diff) | |
download | linux-f3ae1b97be14ff10da8f02309ba04bed2ba035bc.tar.gz linux-f3ae1b97be14ff10da8f02309ba04bed2ba035bc.tar.bz2 linux-f3ae1b97be14ff10da8f02309ba04bed2ba035bc.zip |
fs/ceph: replace pr_warning by pr_warn
Update the last pr_warning callsites in fs branch
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Sage Weil <sage@inktank.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/ceph/addr.c')
-rw-r--r-- | fs/ceph/addr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/addr.c b/fs/ceph/addr.c index b53278c9fd97..65a30e817dd8 100644 --- a/fs/ceph/addr.c +++ b/fs/ceph/addr.c @@ -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) |