]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - fs/open.c
VFS: Rename do_fallocate() to vfs_fallocate()
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Fri, 7 Nov 2014 19:44:25 +0000 (14:44 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 7 Nov 2014 21:17:44 +0000 (16:17 -0500)
commit72c72bdf7bf53353d2d8e055194d27f0128be92b
treecdca64b1d630c3b7d7c0d5fa9cb500aa9c3a9da6
parent9af94fc4e470deab3427d07551725f0bf844ebc8
VFS: Rename do_fallocate() to vfs_fallocate()

This function needs to be exported so it can be used by the NFSD module
when responding to the new ALLOCATE and DEALLOCATE operations in NFS
v4.2.  Christoph Hellwig suggested renaming the function to stay
consistent with how other vfs functions are named.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
drivers/staging/android/ashmem.c
fs/ioctl.c
fs/open.c
include/linux/fs.h
mm/madvise.c