]> git.baikalelectronics.ru Git - kernel.git/commit
coda: remove CODA_FS_OLD_API
authorAdrian Bunk <bunk@kernel.org>
Fri, 25 Jul 2008 08:46:34 +0000 (01:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2008 17:53:33 +0000 (10:53 -0700)
commita2bd6b52db907068d74d5b6c628a92322aa700b8
tree3799e038c41476fd6366dae2a7919474125c4bd8
parent96a9a9c384fb9d28dfa6edf83dc57bc60c336d43
coda: remove CODA_FS_OLD_API

While fixing CONFIG_ leakages to the userspace kernel headers I ran into
CODA_FS_OLD_API.

After five years, are there still people using the old API left?
Especially considering that you have to choose at compile time which API
to support in the kernel (and distributions tend to offer the new API for
some time).

Jan: "The old API can definitely go.  Around the time the new
      interface went in there were some non-Coda userspace file system
      implementations that took a while longer to convert to the new API,
      but by now they all switched to the new interface or in some cases
      to a FUSE-based solution."

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Jan Harkes <jaharkes@cs.cmu.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/Kconfig
fs/coda/coda_linux.c
fs/coda/psdev.c
fs/coda/upcall.c
include/linux/coda.h