History log of /external/ltp/testcases/kernel/fs/scsi/ltpscsi/llseek.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
437d181393d9b957cd77086d575e5e9ce746fbc2 13-Dec-2016 Steven Jackson <sj@oscode.net> various: include sys/sycall.h instead of syscall.h

A majority of tests already use sys/syscall.h and Android's NDK doesn't
have syscall.h.

Signed-off-by: Steven Jackson <sj@oscode.net>
Acked-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/llseek.c
354ebb48db8e66a853a58379a4808d5dcd1ceac3 07-Dec-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> cleanup code indent

Cleanup the code indent using:

find . -name *.c -exec Lindent {} \;

It's really a big change, but can fix almost all of
the indent problem in C code, although we can't
ensure all of the changes are right, but the error
changes are really few.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/llseek.c
ec6edca7aa42b6affd989ef91b5897f96795e40f 18-Oct-2012 Chris Dearman <chris@mips.com> Add missing newline at end of file

This is a scripted change done using the following command:

find . -type d -name .git -prune -o \
-type f \! -name \*\~ \! -name .\#\* \
\! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \
xargs -0 sed -i -e '$a\'

Signed-off-by: Chris Dearman <chris@mips.com>
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/llseek.c
2c28215423293e443469a07ae7011135d058b671 16-Dec-2010 Garrett Cooper <yanegomi@gmail.com> Style and conformance changes.

1. Strip all leading space.
2. Move tst_exit() to main().
3. Remove tst_exit() from cleanup().
4. Remove cluebat comments.
5. Reduce some unnecessary whitespace.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/llseek.c
77b9372fecd2a92b7f55fc9ef35d9ae1eab1160b 20-Oct-2006 mreed10 <mreed10> Since 2.6.17, _syscall* isn't exported into the user space any more, so all the test cases using _syscall* will fail to be compiled
This patch remove _syscall5 from llseek.c and convert to syscall provided by libc.It also includes some cleanups and makes the build cleaner and removes the warning for scsimain.c
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/llseek.c
7f8f610a74bf8cc36000d4ce1ecaf6b3aaedd5f7 12-Nov-2003 mridge <mridge> initial drop of scsi specific test using scsi_debug from the kernel to create vitual scsi devices
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/llseek.c