]> git.baikalelectronics.ru Git - kernel.git/commit
fs: Remove dcookies support
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 14 Jan 2021 11:35:31 +0000 (17:05 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 29 Jan 2021 04:36:46 +0000 (10:06 +0530)
commit57ef08ca54148ab3a2e7e14108f16a937b29e88e
treef3e2c63ea6dca2fabefad64b195990b215c79fff
parentf60e7cb913dd6383f2e0999151be4c244ad09ca4
fs: Remove dcookies support

The dcookies stuff was only used by the kernel's old oprofile code. Now
that oprofile's support is removed from the kernel, there is no need for
dcookies as well. Remove it.

Suggested-by: Christoph Hellwig <hch@infradead.org>
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Robert Richter <rric@kernel.org>
Acked-by: William Cohen <wcohen@redhat.com>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
fs/Makefile
fs/dcookies.c [deleted file]
include/linux/dcookies.h [deleted file]
kernel/sys.c