fileobj and shmemobj: delete unused variables
This commit is contained in:
@ -259,7 +259,6 @@ static void fileobj_release(struct memobj *memobj)
|
||||
for (;;) {
|
||||
struct page *page;
|
||||
void *page_va;
|
||||
int count;
|
||||
|
||||
page = page_list_first(obj);
|
||||
if (!page) {
|
||||
|
||||
@ -241,7 +241,6 @@ void shmobj_destroy(struct shmobj *obj)
|
||||
for (;;) {
|
||||
struct page *page;
|
||||
void *page_va;
|
||||
int count;
|
||||
|
||||
page = page_list_first(obj);
|
||||
if (!page) {
|
||||
|
||||
Reference in New Issue
Block a user