WIP: update tizen_qemu_defconfig
[platform/kernel/linux-starfive.git] / fs / fs_parser.c
index ed40ce5..edb3712 100644 (file)
@@ -138,15 +138,16 @@ EXPORT_SYMBOL(__fs_parse);
  * @fc: The filesystem context to log errors through.
  * @param: The parameter.
  * @want_bdev: T if want a blockdev
+ * @flags: Pathwalk flags passed to filename_lookup()
  * @_path: The result of the lookup
  */
 int fs_lookup_param(struct fs_context *fc,
                    struct fs_parameter *param,
                    bool want_bdev,
+                   unsigned int flags,
                    struct path *_path)
 {
        struct filename *f;
-       unsigned int flags = 0;
        bool put_f;
        int ret;