????

Your IP : 216.73.216.174


Current Path : /usr/share/systemtap/runtime/linux/
Upload File :
Current File : //usr/share/systemtap/runtime/linux/autoconf-inode-rwsem.c

#include <linux/fs.h>

// check for 4.6 inode patch which changed i_mutex to i_rwsem

struct inode i  __attribute__ ((unused)) = {.i_rwsem=__RWSEM_INITIALIZER(i.i_rwsem)};