Re: hugetlbpage.c build failure?

From: Greg KH (greg@kroah.com)
Date: Wed Nov 27 2002 - 17:44:20 EST


On Wed, Nov 27, 2002 at 05:28:18PM -0500, Kevin Brosius wrote:
> I see the following build failure in bk current:

If you get those problems fixed, you're going to need this patch too :)

greg k-h

--- 1.4/fs/hugetlbfs/inode.c Wed Nov 20 03:19:02 2002
+++ edited/fs/hugetlbfs/inode.c Wed Nov 27 14:27:02 2002
@@ -209,7 +209,7 @@
         if (inode->i_data.nrpages)
                 truncate_hugepages(&inode->i_data, 0);
 
- security_ops->inode_delete(inode);
+ security_inode_delete(inode);
 
         clear_inode(inode);
         destroy_inode(inode);
@@ -333,7 +333,7 @@
         if (error)
                 goto out;
 
- error = security_ops->inode_setattr(dentry, attr);
+ error = security_inode_setattr(dentry, attr);
         if (error)
                 goto out;
 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Nov 30 2002 - 22:00:18 EST