From 312e98fd24078dcd650c0bdbb3b0345333160e2b Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 8 Jan 2003 10:48:09 +0000 Subject: [PATCH] New API function: ntfs_attr_can_be_non_resident(). (Logical change 1.78) --- include/attrib.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/attrib.h b/include/attrib.h index cc56cef7..b48783db 100644 --- a/include/attrib.h +++ b/include/attrib.h @@ -1,7 +1,7 @@ /* * attrib.h - Exports for attribute handling. Part of the Linux-NTFS project. * - * Copyright (c) 2000-2002 Anton Altaparmakov + * Copyright (c) 2000-2003 Anton Altaparmakov * * This program/include file is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as published @@ -256,6 +256,8 @@ extern runlist_element *ntfs_attr_find_vcn(ntfs_attr *na, const VCN vcn); extern int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPES type, const s64 size); +extern int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, + const ATTR_TYPES type); extern int ntfs_resident_attr_value_resize(MFT_RECORD *m, ATTR_RECORD *a, const u32 newsize);