About this list Date view Thread view Subject view Author view Attachment view

From: sam_at_vilain.net
Date: Sat 11 Oct 2003 - 22:16:18 BST


namei.c:

+ read_lock(&current->fs->lock);
+ struct dentry *saferoot = current->fs->saferoot;
+ if (saferoot != NULL){

I think should be:

                struct dentry *saferoot;
                read_lock(&current->fs->lock);
                saferoot = current->fs->saferoot;
                if (saferoot != NULL){

I got a compile error when building an SMP kernel.

Sam.


About this list Date view Thread view Subject view Author view Attachment view
[Next/Previous Months] [Main vserver Project Homepage] [Howto Subscribe/Unsubscribe] [Paul Sladen's vserver stuff]
Generated on Sat 11 Oct 2003 - 22:49:39 BST by hypermail 2.1.3