diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-15 19:39:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-15 19:39:15 -0400 |
commit | eea3a00264cf243a28e4331566ce67b86059339d (patch) | |
tree | 487f16389e0dfa32e9caa7604d1274a7dcda8f04 /include/linux/fs.h | |
parent | e7c82412433a8039616c7314533a0a1c025d99bf (diff) | |
parent | e693d73c20ffdb06840c9378f367bad849ac0d5d (diff) |
Merge branch 'akpm' (patches from Andrew)
Merge second patchbomb from Andrew Morton:
- the rest of MM
- various misc bits
- add ability to run /sbin/reboot at reboot time
- printk/vsprintf changes
- fiddle with seq_printf() return value
* akpm: (114 commits)
parisc: remove use of seq_printf return value
lru_cache: remove use of seq_printf return value
tracing: remove use of seq_printf return value
cgroup: remove use of seq_printf return value
proc: remove use of seq_printf return value
s390: remove use of seq_printf return value
cris fasttimer: remove use of seq_printf return value
cris: remove use of seq_printf return value
openrisc: remove use of seq_printf return value
ARM: plat-pxa: remove use of seq_printf return value
nios2: cpuinfo: remove use of seq_printf return value
microblaze: mb: remove use of seq_printf return value
ipc: remove use of seq_printf return value
rtc: remove use of seq_printf return value
power: wakeup: remove use of seq_printf return value
x86: mtrr: if: remove use of seq_printf return value
linux/bitmap.h: improve BITMAP_{LAST,FIRST}_WORD_MASK
MAINTAINERS: CREDITS: remove Stefano Brivio from B43
.mailmap: add Ricardo Ribalda
CREDITS: add Ricardo Ribalda Delgado
...
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 90a1207231ea..f4fc60727b8d 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2615,6 +2615,7 @@ int dax_clear_blocks(struct inode *, sector_t block, long size); | |||
2615 | int dax_zero_page_range(struct inode *, loff_t from, unsigned len, get_block_t); | 2615 | int dax_zero_page_range(struct inode *, loff_t from, unsigned len, get_block_t); |
2616 | int dax_truncate_page(struct inode *, loff_t from, get_block_t); | 2616 | int dax_truncate_page(struct inode *, loff_t from, get_block_t); |
2617 | int dax_fault(struct vm_area_struct *, struct vm_fault *, get_block_t); | 2617 | int dax_fault(struct vm_area_struct *, struct vm_fault *, get_block_t); |
2618 | int dax_pfn_mkwrite(struct vm_area_struct *, struct vm_fault *); | ||
2618 | #define dax_mkwrite(vma, vmf, gb) dax_fault(vma, vmf, gb) | 2619 | #define dax_mkwrite(vma, vmf, gb) dax_fault(vma, vmf, gb) |
2619 | 2620 | ||
2620 | #ifdef CONFIG_BLOCK | 2621 | #ifdef CONFIG_BLOCK |
@@ -2679,7 +2680,6 @@ void inode_sub_bytes(struct inode *inode, loff_t bytes); | |||
2679 | loff_t inode_get_bytes(struct inode *inode); | 2680 | loff_t inode_get_bytes(struct inode *inode); |
2680 | void inode_set_bytes(struct inode *inode, loff_t bytes); | 2681 | void inode_set_bytes(struct inode *inode, loff_t bytes); |
2681 | 2682 | ||
2682 | extern int vfs_readdir(struct file *, filldir_t, void *); | ||
2683 | extern int iterate_dir(struct file *, struct dir_context *); | 2683 | extern int iterate_dir(struct file *, struct dir_context *); |
2684 | 2684 | ||
2685 | extern int vfs_stat(const char __user *, struct kstat *); | 2685 | extern int vfs_stat(const char __user *, struct kstat *); |