* [PATCH] ovl: initialize ->is_cursor
@ 2014-10-31 19:02 Miklos Szeredi
2014-10-31 21:54 ` Al Viro
0 siblings, 1 reply; 2+ messages in thread
From: Miklos Szeredi @ 2014-10-31 19:02 UTC (permalink / raw)
To: Al Viro; +Cc: Linux-Fsdevel, linux-unionfs, Kernel Mailing List
From: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
---
This goes on top of "ovl: fix check for cursor".
fs/overlayfs/readdir.c | 1 +
1 file changed, 1 insertion(+)
--- a/fs/overlayfs/readdir.c
+++ b/fs/overlayfs/readdir.c
@@ -93,6 +93,7 @@ static struct ovl_cache_entry *ovl_cache
p->type = d_type;
p->ino = ino;
p->is_whiteout = false;
+ p->is_cursor = false;
}
return p;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ovl: initialize ->is_cursor
2014-10-31 19:02 [PATCH] ovl: initialize ->is_cursor Miklos Szeredi
@ 2014-10-31 21:54 ` Al Viro
0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2014-10-31 21:54 UTC (permalink / raw)
To: Miklos Szeredi; +Cc: Linux-Fsdevel, linux-unionfs, Kernel Mailing List
On Fri, Oct 31, 2014 at 08:02:42PM +0100, Miklos Szeredi wrote:
> From: Miklos Szeredi <mszeredi@suse.cz>
>
> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
> ---
> This goes on top of "ovl: fix check for cursor".
Applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-31 21:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 19:02 [PATCH] ovl: initialize ->is_cursor Miklos Szeredi
2014-10-31 21:54 ` Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).