diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2019-11-04 14:11:53 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2019-11-04 18:00:43 -0500 |
commit | 44daa79fafb31235f39f1102a7f724b40e5376c0 (patch) | |
tree | b192392da7ddd18d27a0ad3299dac67d4596ab9a /include/linux/sched.h | |
parent | afffa3dc1e51a0884552ca70d09cc7a86b388e16 (diff) |
bcachefs: Move pagecache add lock to bcachefs code
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index f3bbf171e97d..425c0d8557a9 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -938,9 +938,6 @@ struct task_struct { unsigned int in_ubsan; #endif - /* currently held lock, for avoiding recursing in fault path: */ - struct pagecache_lock *pagecache_lock; - /* Journalling filesystem info: */ void *journal_info; |