Revision a09c6311217e8fb079c967427d009fe23f2e420e authored by Christoph Hellwig on 11 January 2006, 13:28:06 UTC, committed by James Bottomley on 14 January 2006, 16:54:46 UTC
split each ioctl handled in sr_audio_ioctl into a function of it's own.
This cleans the code up nicely, and allows various places in sr_ioctl
to call these helpers directly instead of going through the multiplexer.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Jens Axboe <axboe@suse.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
1 parent 776b23a
History
File Mode Size
Makefile -rw-r--r-- 1.1 KB
cache.c -rw-r--r-- 4.6 KB
dir.c -rw-r--r-- 15.5 KB
file.c -rw-r--r-- 9.9 KB
getopt.c -rw-r--r-- 1.6 KB
getopt.h -rw-r--r-- 312 bytes
inode.c -rw-r--r-- 20.4 KB
ioctl.c -rw-r--r-- 1.4 KB
proc.c -rw-r--r-- 83.8 KB
proto.h -rw-r--r-- 4.7 KB
request.c -rw-r--r-- 20.3 KB
request.h -rw-r--r-- 1.6 KB
smb_debug.h -rw-r--r-- 890 bytes
smbiod.c -rw-r--r-- 7.4 KB
sock.c -rw-r--r-- 7.9 KB
symlink.c -rw-r--r-- 1.5 KB

back to top