]> git.neil.brown.name Git - history.git/commit
[PATCH] dm: resume() name clash
authorAndrew Morton <akpm@osdl.org>
Thu, 7 Aug 2003 04:13:03 +0000 (21:13 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Thu, 7 Aug 2003 04:13:03 +0000 (21:13 -0700)
commit9b111f7660918cf94cd1129a0723d8d478b5b068
tree5b85fe857dda9060365b3348b4a8e9851bfad793
parentd2571b1ff5112e2a4c4b589244b8ff119d6a5748
[PATCH] dm: resume() name clash

From: Joe Thornber <thornber@sistina.com>

Some architectures define an extern function called resume(), which
clashes with a static function in dm-ioctl-v4.c.  Rename static one to
do_resume().
drivers/md/dm-ioctl-v4.c