]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
coda breakage
authorAl Viro <viro@ftp.linux.org.uk>
Thu, 19 Jul 2007 23:23:31 +0000 (00:23 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 19 Jul 2007 23:29:55 +0000 (16:29 -0700)
commit5f47c7eac65a45e33d7fe390effe75ec5c74f8bf
tree84fa8be209351a95897efedad824ead658d1c9f7
parentc65c5131b349b08f3292b1cd10239cf376bfcb15
coda breakage

a) switch by loff_t == __cmpdi2 use.  Replaced with a couple
of obvious ifs; update of ->f_pos in the first one makes sure that we
do the right thing in all cases.
b) block_signals() and unblock_signals() are globals on UML.
Renamed coda ones; in principle UML probably ought to do rename as
well, but that's another story.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/coda/dir.c
fs/coda/upcall.c