]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/orangefs/orangefs-kernel.h
OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.
authorYi Liu <yi9@clemson.edu>
Tue, 24 Nov 2015 20:12:14 +0000 (15:12 -0500)
committerMike Marshall <hubcap@omnibond.com>
Thu, 3 Dec 2015 19:45:44 +0000 (14:45 -0500)
commit8bb8aefd5afb54a25a002feb4ec70011812d06a0
tree08ca295ca2541c889e2805f92ae0aa699b0a13df
parent555fa0fa618b846c5b38406347b7d53ace320ac6
OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.

OrangeFS was formerly known as PVFS2 and retains the name in many places.

I leave the device /dev/pvfs2-req since this affects userspace.

I leave the filesystem type pvfs2 since this affects userspace. Further
the OrangeFS sysint library reads fstab for an entry of type pvfs2
independently of kernel mounts.

I leave extended attribute keys user.pvfs2 and system.pvfs2 as the
sysint library understands these.

I leave references to userspace binaries still named pvfs2.

I leave the filenames.

Signed-off-by: Yi Liu <yi9@clemson.edu>
[martin@omnibond.com: clairify above constraints and merge]
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
25 files changed:
fs/orangefs/acl.c
fs/orangefs/dcache.c
fs/orangefs/devpvfs2-req.c
fs/orangefs/dir.c
fs/orangefs/downcall.h
fs/orangefs/file.c
fs/orangefs/inode.c
fs/orangefs/namei.c
fs/orangefs/protocol.h
fs/orangefs/pvfs2-bufmap.c
fs/orangefs/pvfs2-bufmap.h
fs/orangefs/pvfs2-cache.c
fs/orangefs/pvfs2-debug.h
fs/orangefs/pvfs2-debugfs.c
fs/orangefs/pvfs2-debugfs.h
fs/orangefs/pvfs2-dev-proto.h
fs/orangefs/pvfs2-kernel.h
fs/orangefs/pvfs2-mod.c
fs/orangefs/pvfs2-sysfs.c
fs/orangefs/pvfs2-utils.c
fs/orangefs/super.c
fs/orangefs/symlink.c
fs/orangefs/upcall.h
fs/orangefs/waitqueue.c
fs/orangefs/xattr.c