Bug 118299 - shmem_setattr not a superset of shmem_notify_change
Summary: shmem_setattr not a superset of shmem_notify_change
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Kernel (show other bugs)
Version: RC 4
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Andreas Gruenbacher
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-21 21:14 UTC by Andreas Schwab
Modified: 2005-09-22 12:02 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.