aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2015-03-13 13:59:47 +0530
committerMister Oyster <oysterized@gmail.com>2017-04-11 10:59:54 +0200
commit78cef943deebc05bb45511057e7d1d9a21d78aa1 (patch)
treeb2bb37b8eae7fe481f16f3434c78245789d918fa /scripts/patch-kernel
parent29c1b98bdf3a3b7ab3f3f8c3ffd2d9b7106149da (diff)
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> Git-commit: 4be5c6a45a26cdfa7f6ad4a3c01cb69781f37535 Git-repo: https://android.googlesource.com/kernel/common.git Signed-off-by: Ian Maund <imaund@codeaurora.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions