summaryrefslogtreecommitdiff
path: root/iosched.h
blob: 19ff1ff9d859eaecb6683d6a773e4802e906b4bf (plain)
1
2
3
4
5
6
7
8
#ifndef IOSCHED_H
#define IOSCHED_H

extern void ioprio_print(void);
extern void set_ioprio_rt(void);
extern void set_ioprio_be(void);

#endif /* IOSCHED_H */
>stat only
authorLinus Torvalds <torvalds@linux-foundation.org>2016-07-23 14:25:02 +0900
committerLinus Torvalds <torvalds@linux-foundation.org>2016-07-23 14:25:02 +0900
commit88083e9845612826dfd44a5215647b4f6567317c (patch)
tree3d5df28425c5820a721fb915252aba7b08eaf029
parentb1386cedda177b10fac009ca8d3681034f15b5b3 (diff)
parentcfc9fde0b07c3b44b570057c5f93dda59dca1c94 (diff)
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Pull overlayfs fixes from Miklos Szeredi: "This contains a fix for a potential crash/corruption issue and another where the suid/sgid bits weren't cleared on write" * 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs: ovl: verify upper dentry in ovl_remove_and_whiteout() ovl: Copy up underlying inode's ->i_mode to overlay inode ovl: handle ATTR_KILL*
Diffstat