lseek(fd, n, SEEK_END) does *not* go to eof - n
authorAl Viro <viro@ZenIV.linux.org.uk>
Sun, 16 Jun 2013 17:06:06 +0000 (18:06 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Jun 2013 18:10:53 +0000 (08:10 -1000)
commit8177a9d79c0e942dcac3312f15585d0344d505a5
treecef7a714336504ee41924e984fe3b0e721af23d1
parent7d132055814ef17a6c7b69f342244c410a5e000f
lseek(fd, n, SEEK_END) does *not* go to eof - n

When you copy some code, you are supposed to read it.  If nothing else,
there's a chance to spot and fix an obvious bug instead of sharing it...

X-Song: "I Got It From Agnes", by Tom Lehrer
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
[ Tom Lehrer? You're dating yourself, Al ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/net/ethernet/brocade/bna/bnad_debugfs.c
drivers/scsi/bfa/bfad_debugfs.c
drivers/scsi/fnic/fnic_debugfs.c
drivers/scsi/lpfc/lpfc_debugfs.c