diff options
author | Theodore Ts'o <tytso@mit.edu> | 2009-01-06 06:20:32 +0100 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-01-06 06:20:32 +0100 |
commit | abda14189251563a50f56da5ea2e37e904ac4cba (patch) | |
tree | 4c6e3a00f247cad1c41896f749c2c01cebff579f /fs/ext4/dir.c | |
parent | ext4: Add sanity checks for the superblock before mounting the filesystem (diff) | |
download | linux-abda14189251563a50f56da5ea2e37e904ac4cba.tar.xz linux-abda14189251563a50f56da5ea2e37e904ac4cba.zip |
ext4: Make printk's consistently prefixed with "EXT4-fs: "
Previously, some were "ext4: ", and some were "EXT4: "; change them to
be consistent with most ext4 printk's, which is to use "EXT4-fs: ".
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/dir.c')
-rw-r--r-- | fs/ext4/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/dir.c b/fs/ext4/dir.c index cf3ccf4a94b0..2df2e40b01af 100644 --- a/fs/ext4/dir.c +++ b/fs/ext4/dir.c @@ -405,7 +405,7 @@ static int call_filldir(struct file *filp, void *dirent, sb = inode->i_sb; if (!fname) { - printk(KERN_ERR "ext4: call_filldir: called with " + printk(KERN_ERR "EXT4-fs: call_filldir: called with " "null fname?!?\n"); return 0; } |