]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2b6eaa9b4bf0626b8b7fac44754a3f0a8b02b2e0
tree22758a99b4ecb475750966d5202200dc0e89876c
parent9eb29f08538e8529ad7972eccb6513a5267412bf
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