]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/reiserfs/xattr.c
reiserfs: make some warnings informational
[linux-2.6-omap-h63xx.git] / fs / reiserfs / xattr.c
index ad92461cbfc3cadb5b2dcbb32725f108cc0f08a9..e11b00472361eca7e18e8e6b38ac77aa9f8be24d 100644 (file)
@@ -1182,12 +1182,10 @@ int reiserfs_xattr_init(struct super_block *s, int mount_flags)
                                }
 
                                if (dentry && dentry->d_inode)
-                                       reiserfs_warning(s,
-                                                        "Created %s on %s - reserved for "
-                                                        "xattr storage.",
-                                                        PRIVROOT_NAME,
-                                                        reiserfs_bdevname
-                                                        (inode->i_sb));
+                                       reiserfs_info(s, "Created %s - "
+                                                     "reserved for xattr "
+                                                     "storage.\n",
+                                                     PRIVROOT_NAME);
                        } else if (!dentry->d_inode) {
                                dput(dentry);
                                dentry = NULL;