diff options
| author | 2009-12-30 18:37:13 +0800 | |
|---|---|---|
| committer | 2010-02-05 12:08:31 +0100 | |
| commit | b2d82ee3c8b2193ee5bc7eca4687ee9be30abd34 (patch) | |
| tree | 41986357886eda7e8e92c33ed32a743afee3f3e6 /mm/page_alloc.c | |
| parent | fuse: cleanup in fuse_notify_inval_...() (diff) | |
| download | wireguard-linux-b2d82ee3c8b2193ee5bc7eca4687ee9be30abd34.tar.xz wireguard-linux-b2d82ee3c8b2193ee5bc7eca4687ee9be30abd34.zip | |
fuse: fix large stack use
gcc 4.4 warns about:
fs/fuse/dev.c: In function ‘fuse_notify_inval_entry’:
fs/fuse/dev.c:925: warning: the frame size of 1060 bytes is larger than 1024 bytes
The problem is we declare two structures and a large array on the stack,
I move the array alway from the stack and allocate memory for it dynamically.
Signed-off-by: Fang Wenqi <antonf@turbolinux.com.cn>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Diffstat (limited to 'mm/page_alloc.c')
0 files changed, 0 insertions, 0 deletions
