Displaying 2 results from an estimated 2 matches for "root_st".
Did you mean:
root_set
2006 Sep 28
1
ramfs to tmpfs
..._MOVE
# define MS_MOVE 8192
#endif
#define NEWROOT "/newroot"
#define CMDLINE "/proc/cmdline"
#define MEMINFO "/proc/meminfo"
static const char *program; // argv[0]
static char newroot[512]; // where newroot will be
static char **initargs; // argv
static struct stat root_st; // stat of /
static char meminfo[1024]; // contents of /proc/meminfo, after getprocinfo
static char cmdline[2048]; // contents of /proc/cmdline, after getprocinfo
static const char *getprocinfo(void);
/* error functions:
* error(fmt, ...) print "program: msg" and exits
* serror(fmt,...
2013 Sep 05
12
[PATCH 0/5] Memory leaks amended
Memory leaks found by the tool--valgrind along with static reviewing.
Based on Daivd''s branch ''integration-20130903''.
Gui Hecheng (5):
btrfs-progs:free local variable buf upon unsuccessful returns
btrfs-progs:local variable memory freed
btrfs-progs: missing tree-freeing statements added
btrfs-progs:free the local list pending_list in btrfs_scan_one_dir