* 2.6.27-rc6-mmotm0913 build error - fs-sysfs-dirc-remove-unused-__sysfs_get_dentry.patch
@ 2008-09-15 16:16 Valdis.Kletnieks
2008-09-15 18:15 ` Eric W. Biederman
0 siblings, 1 reply; 2+ messages in thread
From: Valdis.Kletnieks @ 2008-09-15 16:16 UTC (permalink / raw)
To: Andrew Morton; +Cc: Greg KH, Eric W. Biederman, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 661 bytes --]
Trying to build 2.6.27-rc6-mmotm0913 dies a horrid death:
CC fs/sysfs/dir.o
fs/sysfs/dir.c: In function âsysfs_mv_dirâ:
fs/sysfs/dir.c:993: error: implicit declaration of function â__sysfs_get_dentryâ
fs/sysfs/dir.c:993: warning: assignment makes pointer from integer without a cast
make[2]: *** [fs/sysfs/dir.o] Error 1
make[1]: *** [fs/sysfs] Error 2
make: *** [fs] Error 2
Diagnosis: Andrew added fs-sysfs-dirc-remove-unused-__sysfs_get_dentry.patch,
but somebody (Eric? was touching a lot of sysfs) in linux-next.patch added a
new user in sysfs_mv_dir.
Looks like people need to get on the same page about that patch?
[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.6.27-rc6-mmotm0913 build error - fs-sysfs-dirc-remove-unused-__sysfs_get_dentry.patch
2008-09-15 16:16 2.6.27-rc6-mmotm0913 build error - fs-sysfs-dirc-remove-unused-__sysfs_get_dentry.patch Valdis.Kletnieks
@ 2008-09-15 18:15 ` Eric W. Biederman
0 siblings, 0 replies; 2+ messages in thread
From: Eric W. Biederman @ 2008-09-15 18:15 UTC (permalink / raw)
To: Valdis.Kletnieks; +Cc: Andrew Morton, Greg KH, linux-kernel
Valdis.Kletnieks@vt.edu writes:
> Trying to build 2.6.27-rc6-mmotm0913 dies a horrid death:
>
> CC fs/sysfs/dir.o
> fs/sysfs/dir.c: In function sysfs_mv_dir:
> fs/sysfs/dir.c:993: error: implicit declaration of function
> __sysfs_get_dentry
> fs/sysfs/dir.c:993: warning: assignment makes pointer from integer without a
> cast
> make[2]: *** [fs/sysfs/dir.o] Error 1
> make[1]: *** [fs/sysfs] Error 2
> make: *** [fs] Error 2
>
>
> Diagnosis: Andrew added fs-sysfs-dirc-remove-unused-__sysfs_get_dentry.patch,
> but somebody (Eric? was touching a lot of sysfs) in linux-next.patch added a
> new user in sysfs_mv_dir.
Thanks that is a very helpful diagnosis.
> Looks like people need to get on the same page about that patch?
Greg stopped halfway through merging my patchset earlier, so I'm
guessing that is why __sysfs_get_dentry looked unused.
As seen above I really did use that function ;) So a patch
to remove it is the wrong thing.
Eric
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-15 18:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-15 16:16 2.6.27-rc6-mmotm0913 build error - fs-sysfs-dirc-remove-unused-__sysfs_get_dentry.patch Valdis.Kletnieks
2008-09-15 18:15 ` Eric W. Biederman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox