]> err.no Git - linux-2.6/blobdiff - include/linux/seq_file.h
keys: make the keyring quotas controllable through /proc/sys
[linux-2.6] / include / linux / seq_file.h
index 11676ccef7b338bd956d62bc527263ebcc32ca35..5b5369c3c209c66c904f2a505e1bdaf8e0cbac56 100644 (file)
@@ -46,6 +46,8 @@ int seq_printf(struct seq_file *, const char *, ...)
 
 int seq_path(struct seq_file *, struct path *, char *);
 int seq_dentry(struct seq_file *, struct dentry *, char *);
+int seq_path_root(struct seq_file *m, struct path *path, struct path *root,
+                 char *esc);
 
 int single_open(struct file *, int (*)(struct seq_file *, void *), void *);
 int single_release(struct inode *, struct file *);