On Thu, 2008-07-31 at 00:44 +0200, Marcel Runte wrote: > Hello, > > I fiddled around with btrfs this evening and need some further insight into this error. > > During compilation this error occurs: > > /home/runtema/btrfs_build/kernel-9da425337329/file.c: In Funktion »btrfs_file_write«: > /home/runtema/btrfs_build/kernel-9da425337329/file.c:851: Warnung: Übergabe des Arguments 1 von »remove_suid« von inkompatiblem Zeigertyp > Btrfs should compile without warnings, in general any warning is a bug. The incompatible pointer argument warnings are almost always bugs. In this case, the ubuntu kernel has a patch that changes the arguments of the remove_suid call, and btrfs needs to call it differently. But, recent versions of Btrfs should be doing the right thing. Which version are you running? -chris -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
