All of lore.kernel.org
 help / color / mirror / Atom feed
* [josef-btrfs:master 62/66] fs/btrfs/backref.c:1637:2: error: implicit declaration of function 'vfree
@ 2012-09-16  2:41 ` Fengguang Wu
  0 siblings, 0 replies; 2+ messages in thread
From: Fengguang Wu @ 2012-09-16  2:41 UTC (permalink / raw)
  To: Josef Bacik; +Cc: kernel-janitors, linux-btrfs

Hi Josef,

FYI, kernel build failed on

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git master
head:   df147c57b7b79624c977ffc4c763018a5426e6d8
commit: b17d706f8458bd6a0f42d5de2f3b7dca26ea8029 [62/66] Btrfs: use vfree instead of kfree
config: s390-allmodconfig

All related error/warning messages:

fs/btrfs/backref.c: In function 'init_data_container':
fs/btrfs/backref.c:1586:2: error: implicit declaration of function 'vmalloc' [-Werror=implicit-function-declaration]
fs/btrfs/backref.c:1586:7: warning: assignment makes pointer from integer without a cast [enabled by default]
fs/btrfs/backref.c: In function 'free_ipath':
fs/btrfs/backref.c:1637:2: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors

vim +1637 fs/btrfs/backref.c
  1632	
  1633	void free_ipath(struct inode_fs_paths *ipath)
  1634	{
  1635		if (!ipath)
  1636			return;
> 1637		vfree(ipath->fspath);
  1638		kfree(ipath);
  1639	}

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu, Yuanhan Liu                              Intel Corporation

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [josef-btrfs:master 62/66] fs/btrfs/backref.c:1637:2: error: implicit declaration of function 'vfree'
@ 2012-09-16  2:41 ` Fengguang Wu
  0 siblings, 0 replies; 2+ messages in thread
From: Fengguang Wu @ 2012-09-16  2:41 UTC (permalink / raw)
  To: Josef Bacik; +Cc: kernel-janitors, linux-btrfs

Hi Josef,

FYI, kernel build failed on

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git master
head:   df147c57b7b79624c977ffc4c763018a5426e6d8
commit: b17d706f8458bd6a0f42d5de2f3b7dca26ea8029 [62/66] Btrfs: use vfree instead of kfree
config: s390-allmodconfig

All related error/warning messages:

fs/btrfs/backref.c: In function 'init_data_container':
fs/btrfs/backref.c:1586:2: error: implicit declaration of function 'vmalloc' [-Werror=implicit-function-declaration]
fs/btrfs/backref.c:1586:7: warning: assignment makes pointer from integer without a cast [enabled by default]
fs/btrfs/backref.c: In function 'free_ipath':
fs/btrfs/backref.c:1637:2: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors

vim +1637 fs/btrfs/backref.c
  1632	
  1633	void free_ipath(struct inode_fs_paths *ipath)
  1634	{
  1635		if (!ipath)
  1636			return;
> 1637		vfree(ipath->fspath);
  1638		kfree(ipath);
  1639	}

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu, Yuanhan Liu                              Intel Corporation

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-16  2:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-16  2:41 [josef-btrfs:master 62/66] fs/btrfs/backref.c:1637:2: error: implicit declaration of function 'vfree Fengguang Wu
2012-09-16  2:41 ` [josef-btrfs:master 62/66] fs/btrfs/backref.c:1637:2: error: implicit declaration of function 'vfree' Fengguang Wu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.