On Mon, 2013-06-10 at 15:09 +0800, 冯力 wrote: > I try to compile kernel v3.9.2 v3.9.5, It outputs couldn't find > fs/cepth/ioctl.o > Go to the dir and couldn't find the ioctl.c,only a ioctl.h file.But > the ioctl.h isn't included by other file. > So simply remove ioctl.o from the Makefile to fix.
$ git cat-file blob v3.9.2:fs/ceph/ioctl.c | wc -l 285 $ git cat-file blob v3.9.5:fs/ceph/ioctl.c | wc -l 285 Didn't you just, somehow, delete fs/ceph/ioctl.c locally? Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

