You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[IA64] fix warning unused variable `g'
4ac0068f44 forgot to delete
the declaration of this variable which is no longer used.
Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
@@ -587,7 +587,7 @@ thread_matches (struct task_struct *thread, unsigned long addr)
|
||||
static struct task_struct *
|
||||
find_thread_for_addr (struct task_struct *child, unsigned long addr)
|
||||
{
|
||||
struct task_struct *g, *p;
|
||||
struct task_struct *p;
|
||||
struct mm_struct *mm;
|
||||
struct list_head *this, *next;
|
||||
int mm_users;
|
||||
|
||||
Reference in New Issue
Block a user