Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210888
b: refs/heads/master
c: 8b15575
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil authored and Linus Torvalds committed Sep 22, 2010
1 parent 8c3f10e commit 4f21a96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ce1e41c1b61a992077bd1c45c6c3fd6a8b10c02
refs/heads/master: 8b15575cae7a93a784c3005c42b069edd9ba64dd
4 changes: 4 additions & 0 deletions trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,10 @@ struct file_lock {

#include <linux/fcntl.h>

/* temporary stubs for BKL removal */
#define lock_flocks() lock_kernel()
#define unlock_flocks() unlock_kernel()

extern void send_sigio(struct fown_struct *fown, int fd, int band);

#ifdef CONFIG_FILE_LOCKING
Expand Down

0 comments on commit 4f21a96

Please sign in to comment.