Files
linux/fs
Amit Pundir 4be5c6a45a fs: ecryptfs: readdir: constify actor
actor is a constant in dir_context struct and
because of that we run into following build failure:
----------
fs/ecryptfs/file.c: In function ‘ecryptfs_readdir’:
fs/ecryptfs/file.c:130:2: error: assignment of read-only member ‘actor’
make[2]: *** [fs/ecryptfs/file.o] Error 1
make[1]: *** [fs/ecryptfs] Error 2
make: *** [fs] Error 2
----------

This fix is based on commit: b2497fc3057a([readdir] constify ->actor)

Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2015-03-13 14:25:54 +05:30
..
2015-03-04 11:19:34 -08:00
2015-03-04 11:19:34 -08:00
2015-03-04 11:19:34 -08:00
2015-03-04 11:19:34 -08:00
2013-07-01 15:45:28 -07:00