#ifndef PRIVS_H #define PRIVS_H #include extern void drop_privileges(bool enforce, uid_t uid, gid_t gid); #endif /* PRIVS_H */ rc='/cgit.js'>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Bacik <jbacik@fb.com>2016-03-25 13:25:52 -0400
committerDavid Sterba <dsterba@suse.com>2016-07-07 18:45:53 +0200
commitc83f8effefa46c15f2fd43de598d9839d0056096 (patch)
treec94b37edea283c007446965fb5ea4bd8d7158b63
parentd555b6c380c644af63dbdaa7cc14bba041a4e4dd (diff)
Btrfs: add tracepoint for adding block groups
I'm writing a tool to visualize the enospc system inside btrfs, I need this tracepoint in order to keep track of the block groups in the system. Thanks, Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>