commit 130f9fb6165657e602bf15df99cfd44f34f3b827
Author: Erez Zadok <[EMAIL PROTECTED]>
Date:   Sat Nov 17 23:12:13 2007 -0500

    Unionfs: use UNIONFS_NAME macro
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

diff --git a/fs/unionfs/debug.c b/fs/unionfs/debug.c
index b103eb9..da82a47 100644
--- a/fs/unionfs/debug.c
+++ b/fs/unionfs/debug.c
@@ -428,7 +428,7 @@ void __unionfs_check_nd(const struct nameidata *nd,
                file = nd->intent.open.file;
                if (unlikely(file->f_path.dentry &&
                             strcmp(file->f_dentry->d_sb->s_type->name,
-                                   "unionfs"))) {
+                                   UNIONFS_NAME))) {
                        PRINT_CALLER(fname, fxn, line);
                        printk(" CND1: lower_file of type %s\n",
                               file->f_path.dentry->d_sb->s_type->name);
diff --git a/fs/unionfs/main.c b/fs/unionfs/main.c
index 035bc51..17944d6 100644
--- a/fs/unionfs/main.c
+++ b/fs/unionfs/main.c
@@ -832,7 +832,7 @@ static int unionfs_get_sb(struct file_system_type *fs_type,
 
 static struct file_system_type unionfs_fs_type = {
        .owner          = THIS_MODULE,
-       .name           = "unionfs",
+       .name           = UNIONFS_NAME,
        .get_sb         = unionfs_get_sb,
        .kill_sb        = generic_shutdown_super,
        .fs_flags       = FS_REVAL_DOT,
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to