Changeset 679 for GPL/trunk/include/linux/file.h
- Timestamp:
- Mar 18, 2021, 8:57:36 PM (4 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-linux-3.2.102 (added) merged: 611-614 /GPL/branches/uniaud32-next (added) merged: 615-678
- Property svn:mergeinfo changed
-
GPL/trunk/include/linux/file.h
r32 r679 5 5 #ifndef __LINUX_FILE_H 6 6 #define __LINUX_FILE_H 7 8 #include <linux/types.h> 9 10 struct fd { 11 struct file *file; 12 int need_put; 13 }; 7 14 8 15 extern void _fput(struct file *);
Note:
See TracChangeset
for help on using the changeset viewer.