documentation: comment to ODF developers to address
authorErez Zadok <ezk@bigvaio.(none)>
Wed, 23 May 2007 03:53:25 +0000 (23:53 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 02:40:20 +0000 (21:40 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/main.c

index f83ea0099c4cf960e2ec5e9328b1d457cf6e61d0..decefef3c720241cbe8f1adac81d9f9efe1ee646 100644 (file)
@@ -215,6 +215,7 @@ void unionfs_reinterpose(struct dentry *dentry)
  */
 int check_branch(struct nameidata *nd)
 {
+       /* XXX: remove in ODF code -- stacking unions allowed there */
        if (!strcmp(nd->dentry->d_sb->s_type->name, "unionfs"))
                return -EINVAL;
        if (!nd->dentry->d_inode)