Changeset 441 for GPL/trunk/include/linux/fs.h
- Timestamp:
- Jun 6, 2009, 4:22:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/linux/fs.h
r305 r441 264 264 extern void kill_fasync(struct fasync_struct *, int, int); 265 265 266 #define fops_get(x) (x) 267 #define fops_put(x) do { ; } while (0) 268 #define imajor(x) major((x)->i_rdev) 269 266 270 #endif /* _LINUX_FS_H */
Note:
See TracChangeset
for help on using the changeset viewer.