search for: shm_area_close

Displaying 2 results from an estimated 2 matches for "shm_area_close".

2012 Mar 28
1
Re: tools/memshr: fix build errors caused by Werror
...sed > bidir-hash.h:52: error: ''fgprtshr_mfn_hash'' defined but not used > bidir-hash.h:57: error: ''fgprtshr_fgprt_cmp'' defined but not used > bidir-hash.h:62: error: ''fgprtshr_mfn_cmp'' defined but not used > shm.c:85: error: ''shm_area_close'' defined but not used > > Mark fingerprint functions as inline, remove unused shm_area_close. This looks mostly good except for .... > > Signed-off-by: Olaf Hering <olaf@aepfle.de> > > diff -r 4bd752a4cdf3 -r d0fe664fca8a tools/memshr/bidir-hash.h > --- a/tools...
2012 Mar 28
0
[PATCH] tools/memshr: fix build errors caused by Werror
...9; defined but not used bidir-hash.h:52: error: ''fgprtshr_mfn_hash'' defined but not used bidir-hash.h:57: error: ''fgprtshr_fgprt_cmp'' defined but not used bidir-hash.h:62: error: ''fgprtshr_mfn_cmp'' defined but not used shm.c:85: error: ''shm_area_close'' defined but not used Mark fingerprint functions as inline, remove unused shm_area_close. Signed-off-by: Olaf Hering <olaf@aepfle.de> diff -r 4bd752a4cdf3 -r d0fe664fca8a tools/memshr/bidir-hash.h --- a/tools/memshr/bidir-hash.h +++ b/tools/memshr/bidir-hash.h @@ -43,22 +43,22 @@...