1
0
Fork 0
alistair23-linux/fs/overlayfs
Miklos Szeredi 3f822c6264 ovl: don't poison cursor
ovl_cache_put() can be called from ovl_dir_reset() if the cache needs to be
rebuilt.  We did list_del() on the cursor, which results in an Oops on the
poisoned pointer in ovl_seek_cursor().

Reported-by: Jordi Pujol Palomer <jordipujolp@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Tested-by: Jordi Pujol Palomer <jordipujolp@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2014-11-05 08:49:38 -05:00
..
Kconfig overlay filesystem 2014-10-24 00:14:38 +02:00
Makefile overlay filesystem 2014-10-24 00:14:38 +02:00
copy_up.c overlay filesystem 2014-10-24 00:14:38 +02:00
dir.c overlay filesystem 2014-10-24 00:14:38 +02:00
inode.c overlay filesystem 2014-10-24 00:14:38 +02:00
overlayfs.h overlay filesystem 2014-10-24 00:14:38 +02:00
readdir.c ovl: don't poison cursor 2014-11-05 08:49:38 -05:00
super.c fs: limit filesystem stacking depth 2014-10-24 00:14:39 +02:00