From: Erez Zadok Date: Wed, 23 May 2007 03:53:25 +0000 (-0400) Subject: documentation: comment to ODF developers to address X-Git-Tag: unionfs-2.1.1~97 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=76e97824bca8139cea4ebfe1b59883fee309ba74;p=unionfs-2.6.26.y.git documentation: comment to ODF developers to address Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/main.c b/fs/unionfs/main.c index f83ea0099c4..decefef3c72 100644 --- a/fs/unionfs/main.c +++ b/fs/unionfs/main.c @@ -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)