summaryrefslogtreecommitdiffstats
path: root/fs/ext4/dir.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2009-01-06 00:20:32 -0500
committerTheodore Ts'o <tytso@mit.edu>2009-01-06 00:20:32 -0500
commitabda14189251563a50f56da5ea2e37e904ac4cba (patch)
tree4c6e3a00f247cad1c41896f749c2c01cebff579f /fs/ext4/dir.c
parent4ec110281379826c5cf6ed14735e47027c3c5765 (diff)
downloadop-kernel-dev-abda14189251563a50f56da5ea2e37e904ac4cba.zip
op-kernel-dev-abda14189251563a50f56da5ea2e37e904ac4cba.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/dir.c b/fs/ext4/dir.c
index cf3ccf4..2df2e40 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;
}
OpenPOWER on IntegriCloud