xfs: lseek: the "whence" argument is called "whence"
authorEric Sandeen <sandeen@redhat.com>
Tue, 9 Sep 2014 01:57:10 +0000 (11:57 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 9 Sep 2014 01:57:10 +0000 (11:57 +1000)
commit59f9c004320704179913fa7c57645017ccf1b5c3
tree73ecfb5867091852bf1510b01cd8a18863bba9d5
parent49c69591c80648c14ff87525e97ee6ebe3a343cb
xfs: lseek: the "whence" argument is called "whence"

For some reason, the older commit:

    965c8e5 lseek: the "whence" argument is called "whence"

    lseek: the "whence" argument is called "whence"

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

left out xfs.  So fix xfs.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_file.c