]> err.no Git - linux-2.6/blobdiff - fs/proc/base.c
Automatic merge of /spare/repo/netdev-2.6 branch we18-ieee80211
[linux-2.6] / fs / proc / base.c
index 2b8cd045111c7e62efe033d5d5510b6d5db250c1..e31903aadd96f6f3a4cc327c67f9163352da262f 100644 (file)
@@ -820,7 +820,7 @@ static ssize_t proc_loginuid_write(struct file * file, const char __user * buf,
                goto out_free_page;
 
        }
-       length = audit_set_loginuid(task->audit_context, loginuid);
+       length = audit_set_loginuid(task, loginuid);
        if (likely(length == 0))
                length = count;
 
@@ -1742,7 +1742,7 @@ struct dentry *proc_pid_unhash(struct task_struct *p)
 
 /**
  * proc_pid_flush - recover memory used by stale /proc/@pid/x entries
- * @proc_entry: directoy to prune.
+ * @proc_dentry: directoy to prune.
  *
  * Shrink the /proc directory that was used by the just killed thread.
  */