[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070928184214.GI14269@lst.de>
Date: Fri, 28 Sep 2007 20:42:14 +0200
From: Christoph Hellwig <hch@....de>
To: jblunck@...e.de
Cc: linux-kernel@...r.kernel.org, viro@...iv.linux.org.uk, hch@....de,
agruen@...e.de, tiwai@...e.de
Subject: Re: [patch 09/10] Use struct path in fs_struct
> - res = __d_path(dentry, vfsmnt, root, rootmnt, buf, buflen);
> + res = __d_path(dentry, vfsmnt, root.dentry, root.mnt, buf, buflen);
__d_path should probably switch to taking a struct path * aswell.
Otherwise fine.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists