Bug 118299

Summary: shmem_setattr not a superset of shmem_notify_change
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Andreas Schwab <schwab>
Component: KernelAssignee: Andreas Gruenbacher <agruen>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: RC 4   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Andreas Schwab 2005-09-21 21:14:10 UTC
patches.suse/tmpfs-acl.diff is overriding shmem_inode_operations.setattr with  
shmem_setattr, but the latter does not implement a superset of  
shmem_notify_change
Comment 1 Andreas Gruenbacher 2005-09-22 12:02:32 UTC
Looks like an ugly merge error. I've fixed in HEAD and SL100_BRANCH now, 
thanks.