On Mon, May 11, 2015 at 07:08:09PM +0100, Al Viro wrote:
> @@ -499,7 +499,7 @@ struct nameidata {
> struct path root;
> struct inode*inode; /* path.dentry.d_inode */
> unsigned intflags;
> - unsignedseq, m_seq;
> + unsignedseq, m_seq, root_seq;
From: Al Viro
Signed-off-by: Al Viro
---
fs/namei.c | 30 +++---
1 file changed, 19 insertions(+), 11 deletions(-)
diff --git a/fs/namei.c b/fs/namei.c
index 1771143..fc8df8b 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -499,7 +499,7 @@ struct nameidata {
struct
2 matches
Mail list logo