Changeset 445 for GPL/trunk/include/linux
- Timestamp:
- Jun 8, 2009, 11:51:32 AM (16 years ago)
- Location:
- GPL/trunk/include/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/linux/fs.h
r441 r445 233 233 234 234 struct file_operations { 235 struct module *owner; 235 236 loff_t (*llseek) (struct file *, loff_t, int); 236 237 int (*read) (struct file *, char *, size_t, loff_t *); -
GPL/trunk/include/linux/smp_lock.h
r305 r445 3 3 #ifndef _LINUX_SMP_LOCK_H 4 4 #define _LINUX_SMP_LOCK_H 5 5 #define lock_kernel() do { } while(0) 6 #define unlock_kernel() do { } while(0) 6 7 #endif /* _LINUX_SMP_LOCK_H */
Note:
See TracChangeset
for help on using the changeset viewer.