fs.c 191 B

123456789101112
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright (C) 2024 Google LLC.
  4. */
  5. #include <linux/fs.h>
  6. __rust_helper struct file *rust_helper_get_file(struct file *f)
  7. {
  8. return get_file(f);
  9. }