fscache_internal.h 296 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /* Internal definitions for FS-Cache
  3. *
  4. * Copyright (C) 2021 Red Hat, Inc. All Rights Reserved.
  5. * Written by David Howells (dhowells@redhat.com)
  6. */
  7. #include "internal.h"
  8. #ifdef pr_fmt
  9. #undef pr_fmt
  10. #endif
  11. #define pr_fmt(fmt) "FS-Cache: " fmt