Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104124
b: refs/heads/master
c: afc1246
h: refs/heads/master
v: v3
  • Loading branch information
Richard Kennedy authored and J. Bruce Fields committed Jul 13, 2008
1 parent 7b5c77b commit d850017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e518f0560a191269bd345178c899c790eb1ad4c8
refs/heads/master: afc1246f917c664b0df98b3c22fa62db74d2ca33
4 changes: 2 additions & 2 deletions trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -917,12 +917,12 @@ struct file_lock {
struct list_head fl_link; /* doubly linked list of all locks */
struct list_head fl_block; /* circular list of blocked processes */
fl_owner_t fl_owner;
unsigned char fl_flags;
unsigned char fl_type;
unsigned int fl_pid;
struct pid *fl_nspid;
wait_queue_head_t fl_wait;
struct file *fl_file;
unsigned char fl_flags;
unsigned char fl_type;
loff_t fl_start;
loff_t fl_end;

Expand Down

0 comments on commit d850017

Please sign in to comment.