lseek: the "whence" argument is called "whence"
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 17 Dec 2012 23:59:39 +0000 (15:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Dec 2012 01:15:12 +0000 (17:15 -0800)
commit965c8e59cfcf845ecde2265a1d1bfee5f011d302
tree22758a99b4ecb475750966d5202200dc0e89876c
parentc0f041602c33bae10b8e321c49024490d03ced3d
lseek: the "whence" argument is called "whence"

But the kernel decided to call it "origin" instead.  Fix most of the
sites.

Acked-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
26 files changed:
fs/bad_inode.c
fs/block_dev.c
fs/btrfs/file.c
fs/ceph/dir.c
fs/ceph/file.c
fs/cifs/cifsfs.c
fs/configfs/dir.c
fs/ext3/dir.c
fs/ext4/dir.c
fs/ext4/file.c
fs/fuse/file.c
fs/gfs2/file.c
fs/libfs.c
fs/nfs/dir.c
fs/nfs/file.c
fs/ocfs2/extent_map.c
fs/ocfs2/file.c
fs/pstore/inode.c
fs/read_write.c
fs/seq_file.c
fs/ubifs/dir.c
include/linux/fs.h
include/linux/ftrace.h
include/linux/syscalls.h
kernel/trace/ftrace.c
mm/shmem.c